diff options
Diffstat (limited to 'base/prefs/value_map_pref_store.h')
-rw-r--r-- | base/prefs/value_map_pref_store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/prefs/value_map_pref_store.h b/base/prefs/value_map_pref_store.h index dc79939..c9c9b1c 100644 --- a/base/prefs/value_map_pref_store.h +++ b/base/prefs/value_map_pref_store.h @@ -21,8 +21,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; |