Index: chrome/browser/prefs/pref_model_associator_unittest.cc |
diff --git a/chrome/browser/prefs/pref_model_associator_unittest.cc b/chrome/browser/prefs/pref_model_associator_unittest.cc |
index 7d27c6df89b3a49738e876b35b7fd034f048f475..00864beebeef08982f7450f6ecc934c8fb500829 100644 |
--- a/chrome/browser/prefs/pref_model_associator_unittest.cc |
+++ b/chrome/browser/prefs/pref_model_associator_unittest.cc |
@@ -39,7 +39,7 @@ class AbstractPreferenceMergeTest : public TestingBrowserProcessTest { |
const PrefService::Preference* pref = |
pref_service_->FindPreference(pref_name.c_str()); |
ASSERT_TRUE(pref); |
- Value::ValueType type = pref->GetType(); |
+ base::Value::Type type = pref->GetType(); |
if (type == Value::TYPE_DICTIONARY) |
empty_value.reset(new DictionaryValue); |
else if (type == Value::TYPE_LIST) |