From 4a5294321080668ca7831a9324c9989b95b20dc5 Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Wed, 24 Feb 2010 13:04:22 +0000 Subject: Fix style issue mentioned in previous review that I overlooked. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39891 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/safe_browsing/safe_browsing_database_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') 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() { -- cgit v1.1