| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 8bda12d903b5f9a109bd7caf4f4069648fba59f8..0a00ec0b9e5c4c5d6be1c800748e66777e06fab5 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -52,6 +52,9 @@ extern const FilePath::CharType kExtensionFileExtension[];
|
| extern const FilePath::CharType kExtensionKeyFileExtension[];
|
|
|
| // filenames
|
| +#if defined(OS_ANDROID)
|
| +extern const FilePath::CharType kAndroidCacheFilename[];
|
| +#endif
|
| extern const FilePath::CharType kArchivedHistoryFilename[];
|
| extern const FilePath::CharType kCacheDirname[];
|
| extern const FilePath::CharType kCRLSetFilename[];
|
|
|