| 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";
|
|
|
| const std::array<const char*, 4> kProfileStatisticsCategories = {
|
| {kProfileStatisticsBrowsingHistory, kProfileStatisticsPasswords,
|
| - kProfileStatisticsBookmarks, kProfileStatisticsSettings}};
|
| + kProfileStatisticsBookmarks, kProfileStatisticsAutofill}};
|
|
|
| } // namespace profiles
|
|
|