| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index ff21c5abb87de5a00ba2b37c89fed4628ce7b9fb..e817be0a169fb54efd9528cca41010822c08fff3 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -92,7 +92,7 @@ const FilePath::CharType kLocalStateFilename[] = FPL("Local State");
|
| const FilePath::CharType kPreferencesFilename[] = FPL("Preferences");
|
| const FilePath::CharType kSafeBrowsingBaseFilename[] = FPL("Safe Browsing");
|
| const FilePath::CharType kSafeBrowsingPhishingModelFilename[] =
|
| - FPL("Safe Browsing Phishing Model");
|
| + FPL("Safe Browsing Phishing Model v1");
|
| const FilePath::CharType kSingletonCookieFilename[] = FPL("SingletonCookie");
|
| const FilePath::CharType kSingletonSocketFilename[] = FPL("SingletonSocket");
|
| const FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
|
|
|