Index: chrome/common/chrome_constants.cc |
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc |
index 1a936b5188a0483aa38f9f309c355ea9e00f9b32..1b85a19c7f8341091d8625eb2c876917a3234ecd 100644 |
--- a/chrome/common/chrome_constants.cc |
+++ b/chrome/common/chrome_constants.cc |
@@ -84,7 +84,7 @@ const FilePath::CharType kOffTheRecordMediaCacheDirname[] = |
FPL("Incognito Media Cache"); |
const FilePath::CharType kAppCacheDirname[] = FPL("Application Cache"); |
const wchar_t kChromePluginDataDirname[] = L"Plugin Data"; |
-const FilePath::CharType kThemeImagesDirname[] = FPL("Cached Theme Images"); |
+const FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak"); |
const FilePath::CharType kCookieFilename[] = FPL("Cookies"); |
const FilePath::CharType kExtensionsCookieFilename[] = FPL("Extension Cookies"); |
const FilePath::CharType kHistoryFilename[] = FPL("History"); |