| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 7d170f105913d0fa3493a9f0a61730d0f9413723..da78180a4566d761a8549e6aab161ec81db6fadb 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -177,7 +177,7 @@ const FilePath::CharType kPepperFlashPluginFilename[] =
|
| const wchar_t kUserDataDirname[] = L"User Data";
|
|
|
| #if defined(OS_CHROMEOS)
|
| -const FilePath::CharType kGDataCacheDirname[] = FPL("GCache");
|
| +const FilePath::CharType kDriveCacheDirname[] = FPL("GCache");
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // We don't enable record mode in the released product because users could
|
|
|