diff options
Diffstat (limited to 'chrome/common/chrome_constants.cc')
-rw-r--r-- | chrome/common/chrome_constants.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index c90e268..2cedf3d 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -89,7 +89,7 @@ const FilePath::CharType kFaviconsFilename[] = FPL("Favicons"); const FilePath::CharType kHistoryFilename[] = FPL("History"); const FilePath::CharType kLocalStateFilename[] = FPL("Local State"); const FilePath::CharType kPreferencesFilename[] = FPL("Preferences"); -const FilePath::CharType kSafeBrowsingFilename[] = FPL("Safe Browsing"); +const FilePath::CharType kSafeBrowsingFilename[] = FPL("Safe Browsing Bloom"); // WARNING: SingletonSocket can't contain spaces, because otherwise // chrome_process_util_linux would be broken. const FilePath::CharType kSingletonSocketFilename[] = FPL("SingletonSocket"); |