| Index: chrome/browser/profiles/profile_statistics_aggregator.cc
|
| diff --git a/chrome/browser/profiles/profile_statistics_aggregator.cc b/chrome/browser/profiles/profile_statistics_aggregator.cc
|
| index 10b972870114cd61cc2a7511640e05d305791c53..e3582be32006c73315bfa8af382e87adf68a2e3c 100644
|
| --- a/chrome/browser/profiles/profile_statistics_aggregator.cc
|
| +++ b/chrome/browser/profiles/profile_statistics_aggregator.cc
|
| @@ -225,7 +225,7 @@ ProfileStatisticsAggregator::ProfileStatValue
|
| const PrefService::Preference* pref = pref_service->
|
| FindPreference(it.key());
|
| // Skip all dictionaries (which must be empty by the function call above).
|
| - if (it.value().GetType() != base::Value::TYPE_DICTIONARY &&
|
| + if (it.value().GetType() != base::Value::Type::DICTIONARY &&
|
| pref && pref->IsUserControlled() && !pref->IsDefaultValue()) {
|
| ++count;
|
| }
|
|
|