From fc3fc45793bbd882909b01e2c0f771741f4849ed Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Tue, 10 Feb 2009 03:25:40 +0000 Subject: Re-check in some of my dynamic linking change. We can't link in any more of these fixed .cc files because of a chain of dependencies: - temp_scaffolding_stubs defines the same symbols as these files - removing the scaffolding pulls in more source - pulling in that extra source breaks on Mac. I have resigned myself to checking in this small bit. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9448 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/chrome_constants.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'chrome/common/chrome_constants.cc') diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index a0ae25b..494d3b0 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -42,7 +42,8 @@ const wchar_t kUserDataDirname[] = L"User Data"; const FilePath::CharType kUserScriptsDirname[] = FPL("User Scripts"); const FilePath::CharType kWebDataFilename[] = FPL("Web Data"); const FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks"); -const wchar_t kHistoryBookmarksFileName[] = L"Bookmarks From History"; +const FilePath::CharType kHistoryBookmarksFileName[] = + FPL("Bookmarks From History"); const wchar_t kCustomDictionaryFileName[] = L"Custom Dictionary.txt"; // Note, this shouldn't go above 64. See bug 535234. -- cgit v1.1