| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 1d4a4e5a39bf06341690d372cfeb34e9a0315355..e1a1c3b4b4d0a59160274f9fc0a9300c107ace07 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -158,6 +158,7 @@ const FilePath::CharType kShortcutsDatabaseName[] = FPL("Shortcuts");
|
| const FilePath::CharType kSingletonCookieFilename[] = FPL("SingletonCookie");
|
| const FilePath::CharType kSingletonLockFilename[] = FPL("SingletonLock");
|
| const FilePath::CharType kSingletonSocketFilename[] = FPL("SingletonSocket");
|
| +const FilePath::CharType kSyncCredentialsFilename[] = FPL("Sync Credentials");
|
| const FilePath::CharType kThemePackFilename[] = FPL("Cached Theme.pak");
|
| const FilePath::CharType kThumbnailsFilename[] = FPL("Thumbnails");
|
| const FilePath::CharType kTopSitesFilename[] = FPL("Top Sites");
|
|
|