summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/common/chrome_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/common/chrome_constants.h')
-rw-r--r--chromium/chrome/common/chrome_constants.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chromium/chrome/common/chrome_constants.h b/chromium/chrome/common/chrome_constants.h
index 541a58fa6b5..75c812c0b08 100644
--- a/chromium/chrome/common/chrome_constants.h
+++ b/chromium/chrome/common/chrome_constants.h
@@ -38,8 +38,8 @@ extern const base::FilePath::CharType kElfDll[];
extern const base::FilePath::CharType kStatusTrayWindowClass[];
#endif // defined(OS_WIN)
-extern const char kInitialProfile[];
-extern const char kMultiProfileDirPrefix[];
+extern const char kInitialProfile[];
+extern const char kMultiProfileDirPrefix[];
extern const base::FilePath::CharType kGuestProfileDir[];
extern const base::FilePath::CharType kSystemProfileDir[];
@@ -63,7 +63,6 @@ extern const base::FilePath::CharType kOfflinePageArchivesDirname[];
extern const base::FilePath::CharType kOfflinePageMetadataDirname[];
extern const base::FilePath::CharType kOfflinePagePrefetchStoreDirname[];
extern const base::FilePath::CharType kOfflinePageRequestQueueDirname[];
-extern const base::FilePath::CharType kPageLoadCappingOptOutDBFilename[];
extern const base::FilePath::CharType kPreferencesFilename[];
extern const base::FilePath::CharType kPreviewsOptOutDBFilename[];
extern const base::FilePath::CharType kReadmeFilename[];
@@ -75,6 +74,7 @@ extern const base::FilePath::CharType kSingletonSocketFilename[];
extern const base::FilePath::CharType kSupervisedUserSettingsFilename[];
extern const base::FilePath::CharType kThemePackFilename[];
extern const base::FilePath::CharType kWebAppDirname[];
+extern const base::FilePath::CharType kReportingAndNelStoreFilename[];
#if defined(OS_WIN)
extern const base::FilePath::CharType kJumpListIconDirname[];