| Index: chrome/browser/prefs/pref_value_store.cc
|
| diff --git a/chrome/browser/prefs/pref_value_store.cc b/chrome/browser/prefs/pref_value_store.cc
|
| index 4f2450f9009e22c4133be46ede6fe5b194b08dac..bc759f84802476c5218c21cd14f52f9caffeb8ff 100644
|
| --- a/chrome/browser/prefs/pref_value_store.cc
|
| +++ b/chrome/browser/prefs/pref_value_store.cc
|
| @@ -108,7 +108,7 @@ PrefValueStore* PrefValueStore::CloneAndSpecialize(
|
| }
|
|
|
| bool PrefValueStore::GetValue(const std::string& name,
|
| - Value::ValueType type,
|
| + base::Value::Type type,
|
| const Value** out_value) const {
|
| *out_value = NULL;
|
| // Check the |PrefStore|s in order of their priority from highest to lowest
|
|
|