| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 869f42b0affb0dda0580f54141f2d57ccc0478d6..d65e5fdbee4608643224cef1b35f607778483c27 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -62,10 +62,6 @@ extern const base::FilePath::CharType kGuestProfileDir[];
|
| extern const wchar_t kBrowserResourcesDll[];
|
|
|
| // filenames
|
| -#if defined(OS_ANDROID)
|
| -extern const base::FilePath::CharType kAndroidCacheFilename[];
|
| -#endif
|
| -extern const base::FilePath::CharType kArchivedHistoryFilename[];
|
| extern const base::FilePath::CharType kCacheDirname[];
|
| extern const base::FilePath::CharType kChannelIDFilename[];
|
| extern const base::FilePath::CharType kCookieFilename[];
|
| @@ -73,10 +69,8 @@ extern const base::FilePath::CharType kCRLSetFilename[];
|
| extern const base::FilePath::CharType kCustomDictionaryFileName[];
|
| extern const base::FilePath::CharType kExtensionActivityLogFilename[];
|
| extern const base::FilePath::CharType kExtensionsCookieFilename[];
|
| -extern const base::FilePath::CharType kFaviconsFilename[];
|
| extern const base::FilePath::CharType kFirstRunSentinel[];
|
| extern const base::FilePath::CharType kGCMStoreDirname[];
|
| -extern const base::FilePath::CharType kHistoryFilename[];
|
| extern const base::FilePath::CharType kJumpListIconDirname[];
|
| extern const base::FilePath::CharType kLocalStateFilename[];
|
| extern const base::FilePath::CharType kLocalStorePoolName[];
|
|
|