| Index: components/user_prefs/tracked/pref_hash_store_impl.cc
|
| diff --git a/components/user_prefs/tracked/pref_hash_store_impl.cc b/components/user_prefs/tracked/pref_hash_store_impl.cc
|
| index bb920ca4c98fdcf7707952d7b4079be3e1b2b9bd..6487822fdb1df7671f5971a5c90de4a9bbb56027 100644
|
| --- a/components/user_prefs/tracked/pref_hash_store_impl.cc
|
| +++ b/components/user_prefs/tracked/pref_hash_store_impl.cc
|
| @@ -271,7 +271,7 @@ void PrefHashStoreImpl::PrefHashStoreTransactionImpl::StoreSplitHash(
|
|
|
| for (base::DictionaryValue::Iterator it(*split_macs); !it.IsAtEnd();
|
| it.Advance()) {
|
| - const base::StringValue* value_as_string;
|
| + const base::Value* value_as_string;
|
| bool is_string = it.value().GetAsString(&value_as_string);
|
| DCHECK(is_string);
|
|
|
|
|