| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 3a868c0a0393c2a5e8b4d71af9bcfbe8a999065f..4b906b68563c8ecda9adb96cb9256df570f2a76d 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -148,7 +148,7 @@ const base::FilePath::CharType kLocalStorePoolName[] = FPL("LocalStorePool");
|
| const base::FilePath::CharType kMediaCacheDirname[] = FPL("Media Cache");
|
| const base::FilePath::CharType kNetworkPersistentStateFilename[] =
|
| FPL("Network Persistent State");
|
| -const base::FilePath::CharType kOfflinePageArchviesDirname[] =
|
| +const base::FilePath::CharType kOfflinePageArchivesDirname[] =
|
| FPL("Offline Pages/archives");
|
| const base::FilePath::CharType kOfflinePageMetadataDirname[] =
|
| FPL("Offline Pages/metadata");
|
|
|