| Index: chrome/common/chrome_constants.cc
|
| ===================================================================
|
| --- chrome/common/chrome_constants.cc (revision 10837)
|
| +++ chrome/common/chrome_constants.cc (working copy)
|
| @@ -38,7 +38,7 @@
|
| const wchar_t kChromePluginDataDirname[] = L"Plugin Data";
|
| const FilePath::CharType kCookieFilename[] = FPL("Cookies");
|
| const FilePath::CharType kHistoryFilename[] = FPL("History");
|
| -const wchar_t kLocalStateFilename[] = L"Local State";
|
| +const FilePath::CharType kLocalStateFilename[] = FPL("Local State");
|
| const FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
|
| const FilePath::CharType kSafeBrowsingFilename[] = FPL("Safe Browsing");
|
| const wchar_t kThumbnailsFilename[] = L"Thumbnails";
|
|
|