| Index: components/prefs/scoped_user_pref_update.h
|
| diff --git a/components/prefs/scoped_user_pref_update.h b/components/prefs/scoped_user_pref_update.h
|
| index bfcdb3f55744b669236a0159350b4d64ea5038f6..29859d65b33a11378b16b452a8e06c7177308d02 100644
|
| --- a/components/prefs/scoped_user_pref_update.h
|
| +++ b/components/prefs/scoped_user_pref_update.h
|
| @@ -101,9 +101,9 @@ class ScopedUserPrefUpdate : public subtle::ScopedUserPrefUpdateBase {
|
| };
|
|
|
| typedef ScopedUserPrefUpdate<base::DictionaryValue,
|
| - base::Value::TYPE_DICTIONARY>
|
| + base::Value::Type::DICTIONARY>
|
| DictionaryPrefUpdate;
|
| -typedef ScopedUserPrefUpdate<base::ListValue, base::Value::TYPE_LIST>
|
| +typedef ScopedUserPrefUpdate<base::ListValue, base::Value::Type::LIST>
|
| ListPrefUpdate;
|
|
|
| #endif // COMPONENTS_PREFS_SCOPED_USER_PREF_UPDATE_H_
|
|
|