Index: chrome/browser/prefs/default_pref_store.h |
diff --git a/chrome/browser/prefs/default_pref_store.h b/chrome/browser/prefs/default_pref_store.h |
index 79a6a0ed0783bac806a1a1587162309123ba7b9d..4f818a5643cbc13dc0926fe74e919dddd800f91c 100644 |
--- a/chrome/browser/prefs/default_pref_store.h |
+++ b/chrome/browser/prefs/default_pref_store.h |
@@ -23,7 +23,7 @@ class DefaultPrefStore : public ValueMapPrefStore { |
// Returns the registered type for |key| or Value::TYPE_NULL if the |key| |
// has not been registered. |
- Value::ValueType GetType(const std::string& key) const; |
+ base::Value::Type GetType(const std::string& key) const; |
private: |
DISALLOW_COPY_AND_ASSIGN(DefaultPrefStore); |