Skip to content

Commit

Permalink
Merge pull request #5397 from /issues/9492
Browse files Browse the repository at this point in the history
Fix FILEPATH for Brave Ads build error on Windows
  • Loading branch information
tmancey authored Apr 27, 2020
2 parents 7c68cfc + e1f75ec commit 79bd031
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ void Initialize(
}

base::FilePath GetTestDataPath() {
return base::FilePath("brave/vendor/bat-native-confirmations/test/data");
return base::FilePath(FILE_PATH_LITERAL(
"brave/vendor/bat-native-confirmations/test/data"));
}

std::string GetPathForRequest(
Expand Down

0 comments on commit 79bd031

Please sign in to comment.