| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index dc7754edd29c57fbbb9630493692a215fa115aa3..82f470a50abc76b2f28c4fde3b3d9d1b114833f2 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[];
|
|
|