Index: chrome/browser/prefs/scoped_user_pref_update.h |
diff --git a/chrome/browser/prefs/scoped_user_pref_update.h b/chrome/browser/prefs/scoped_user_pref_update.h |
index 24942f1e51afc4655e141f0e27fa4f1de86b625e..e83595bacb51cf0b1330250b21711fcb6c958f27 100644 |
--- a/chrome/browser/prefs/scoped_user_pref_update.h |
+++ b/chrome/browser/prefs/scoped_user_pref_update.h |
@@ -98,8 +98,10 @@ class ScopedUserPrefUpdate : public subtle::ScopedUserPrefUpdateBase { |
DISALLOW_COPY_AND_ASSIGN(ScopedUserPrefUpdate); |
}; |
-typedef ScopedUserPrefUpdate<base::DictionaryValue, Value::TYPE_DICTIONARY> |
+typedef ScopedUserPrefUpdate<base::DictionaryValue, |
+ base::Value::TYPE_DICTIONARY> |
DictionaryPrefUpdate; |
-typedef ScopedUserPrefUpdate<base::ListValue, Value::TYPE_LIST> ListPrefUpdate; |
+typedef ScopedUserPrefUpdate<base::ListValue, base::Value::TYPE_LIST> |
+ ListPrefUpdate; |
#endif // CHROME_BROWSER_PREFS_SCOPED_USER_PREF_UPDATE_H_ |