Chromium Code Reviews| Index: chrome/browser/profiles/profile_statistics_common.cc |
| diff --git a/chrome/browser/profiles/profile_statistics_common.cc b/chrome/browser/profiles/profile_statistics_common.cc |
| index 8eeca9b5f44a36ab2745b41ce934f3a7c3837ef2..9cb295f3852bf38f0b2d47c2c88465e13f2653dd 100644 |
| --- a/chrome/browser/profiles/profile_statistics_common.cc |
| +++ b/chrome/browser/profiles/profile_statistics_common.cc |
| @@ -8,10 +8,10 @@ namespace profiles { |
| const char kProfileStatisticsBrowsingHistory[] = "BrowsingHistory"; |
| const char kProfileStatisticsPasswords[] = "Passwords"; |
| const char kProfileStatisticsBookmarks[] = "Bookmarks"; |
| -const char kProfileStatisticsSettings[] = "Settings"; |
| +const char kProfileStatisticsAutofill[] = "Autofill"; |
|
msarda
2017/06/05 11:46:02
It was not clear to me from the CL description or
|
| const std::array<const char*, 4> kProfileStatisticsCategories = { |
| {kProfileStatisticsBrowsingHistory, kProfileStatisticsPasswords, |
| - kProfileStatisticsBookmarks, kProfileStatisticsSettings}}; |
| + kProfileStatisticsBookmarks, kProfileStatisticsAutofill}}; |
| } // namespace profiles |