diff options
Diffstat (limited to 'base/prefs/default_pref_store.h')
-rw-r--r-- | base/prefs/default_pref_store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/prefs/default_pref_store.h b/base/prefs/default_pref_store.h index e6fdbfa..996bf8b 100644 --- a/base/prefs/default_pref_store.h +++ b/base/prefs/default_pref_store.h @@ -20,8 +20,8 @@ class BASE_PREFS_EXPORT DefaultPrefStore : public PrefStore { DefaultPrefStore(); - virtual ReadResult GetValue(const std::string& key, - const base::Value** result) const OVERRIDE; + virtual bool GetValue(const std::string& key, + const base::Value** result) const OVERRIDE; // Stores a new |value| for |key|. Assumes ownership of |value|. void SetDefaultValue(const std::string& key, Value* value); |