summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_database_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
index dff6b4f..2e43d17 100644
--- a/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_database_unittest.cc
@@ -1192,7 +1192,7 @@ namespace {
// Construct the shared base path used by the GetOld* functions.
FilePath BasePath() {
- return FilePath().AppendASCII("old");
+ return FilePath(FILE_PATH_LITERAL("old"));
}
FilePath GetOldSafeBrowsingPath() {