diff options
Diffstat (limited to 'base/prefs/persistent_pref_store.h')
-rw-r--r-- | base/prefs/persistent_pref_store.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/prefs/persistent_pref_store.h b/base/prefs/persistent_pref_store.h index 7f5b97c..0baf02a 100644 --- a/base/prefs/persistent_pref_store.h +++ b/base/prefs/persistent_pref_store.h @@ -41,8 +41,8 @@ class BASE_PREFS_EXPORT PersistentPrefStore : public PrefStore { }; // Equivalent to PrefStore::GetValue but returns a mutable value. - virtual ReadResult GetMutableValue(const std::string& key, - base::Value** result) = 0; + virtual bool GetMutableValue(const std::string& key, + base::Value** result) = 0; // Triggers a value changed notification. This function needs to be called // if one retrieves a list or dictionary with GetMutableValue and change its |