| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index cb7e1e7d03d58c0caaf32db65a597ccc03da0083..12da2f63212152e977a51f85d2f82f8137c98665 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -52,6 +52,7 @@ extern const wchar_t kUserDataDirname[];
|
| extern const FilePath::CharType kUserScriptsDirname[];
|
| extern const FilePath::CharType kWebDataFilename[];
|
| extern const FilePath::CharType kBookmarksFileName[];
|
| +extern const FilePath::CharType kPrivacyBlacklistFileName[];
|
| extern const FilePath::CharType kHistoryBookmarksFileName[];
|
| extern const FilePath::CharType kCustomDictionaryFileName[];
|
| extern const FilePath::CharType kLoginDataFileName[];
|
|
|