| Index: chrome/browser/prefs/pref_value_store.h
|
| diff --git a/chrome/browser/prefs/pref_value_store.h b/chrome/browser/prefs/pref_value_store.h
|
| index 5d3d5bb787bf9a602d39e613cc5fa8f3e99fdec1..142f906e54a69997dfaa7d6d2d7457bdc6dc35b2 100644
|
| --- a/chrome/browser/prefs/pref_value_store.h
|
| +++ b/chrome/browser/prefs/pref_value_store.h
|
| @@ -80,7 +80,7 @@ class PrefValueStore {
|
| // was found in any of the available PrefStores. Most callers should use
|
| // Preference::GetValue() instead of calling this method directly.
|
| bool GetValue(const std::string& name,
|
| - Value::ValueType type,
|
| + base::Value::Type type,
|
| const Value** out_value) const;
|
|
|
| // These methods return true if a preference with the given name is in the
|
| @@ -169,7 +169,7 @@ class PrefValueStore {
|
| DISALLOW_COPY_AND_ASSIGN(PrefStoreKeeper);
|
| };
|
|
|
| - typedef std::map<std::string, Value::ValueType> PrefTypeMap;
|
| + typedef std::map<std::string, base::Value::Type> PrefTypeMap;
|
|
|
| friend class PrefValueStorePolicyRefreshTest;
|
| FRIEND_TEST_ALL_PREFIXES(PrefValueStorePolicyRefreshTest, TestPolicyRefresh);
|
|
|