| Index: base/prefs/value_map_pref_store.h
|
| diff --git a/base/prefs/value_map_pref_store.h b/base/prefs/value_map_pref_store.h
|
| index b8a34ae96ae3623a77d38b1c22a1d5175f530fd8..f1b7eac32b3d8dcc08d178ccd9adba7648f38f9b 100644
|
| --- a/base/prefs/value_map_pref_store.h
|
| +++ b/base/prefs/value_map_pref_store.h
|
| @@ -24,8 +24,8 @@ class BASE_PREFS_EXPORT ValueMapPrefStore : public PrefStore {
|
| ValueMapPrefStore();
|
|
|
| // PrefStore overrides:
|
| - virtual ReadResult GetValue(const std::string& key,
|
| - const base::Value** value) const OVERRIDE;
|
| + virtual bool GetValue(const std::string& key,
|
| + const base::Value** value) const OVERRIDE;
|
| virtual void AddObserver(PrefStore::Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(PrefStore::Observer* observer) OVERRIDE;
|
| virtual size_t NumberOfObservers() const OVERRIDE;
|
|
|