Index: chrome/browser/profiles/profile_statistics.cc |
diff --git a/chrome/browser/profiles/profile_statistics.cc b/chrome/browser/profiles/profile_statistics.cc |
index 88b48f933b5e55983e991439d07c35d720664c00..812a58ec5891b66a444a82e44c0bb587556f9b66 100644 |
--- a/chrome/browser/profiles/profile_statistics.cc |
+++ b/chrome/browser/profiles/profile_statistics.cc |
@@ -251,10 +251,10 @@ ProfileStatValue ProfileStatisticsAggregator::CountPrefs() const { |
namespace profiles { |
// Constants for the categories in ProfileCategoryStats |
-const char kProfileStatisticsBrowsingHistory[] = "BrowsingHistory"; |
-const char kProfileStatisticsPasswords[] = "Passwords"; |
-const char kProfileStatisticsBookmarks[] = "Bookmarks"; |
-const char kProfileStatisticsSettings[] = "Settings"; |
+const char kProfileStatisticsBrowsingHistory[] = "browsing_history"; |
+const char kProfileStatisticsPasswords[] = "passwords"; |
+const char kProfileStatisticsBookmarks[] = "bookmarks"; |
+const char kProfileStatisticsSettings[] = "settings"; |
void GetProfileStatistics(Profile* profile, |
const ProfileStatisticsCallback& callback, |