| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 56be2f8109e97223344f8e9788ba7af5c5d0d0c1..47965ef3841f1429efac19642f3130c125c89066 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -48,6 +48,8 @@ extern const FilePath::CharType kChromePluginDataDirname[];
|
| extern const FilePath::CharType kThemePackFilename[];
|
| extern const FilePath::CharType kCookieFilename[];
|
| extern const FilePath::CharType kExtensionsCookieFilename[];
|
| +extern const FilePath::CharType kAppStorageDirname[];
|
| +extern const FilePath::CharType kAppCookiesFileExtension[];
|
| extern const FilePath::CharType kFaviconsFilename[];
|
| extern const FilePath::CharType kHistoryFilename[];
|
| extern const FilePath::CharType kLocalStateFilename[];
|
|
|