| Index: base/prefs/persistent_pref_store.h
|
| diff --git a/base/prefs/persistent_pref_store.h b/base/prefs/persistent_pref_store.h
|
| index 7f5b97ccc99a0022be04ce8b1549297878201671..0baf02ac8916713b3557f226a32dcdb9639958d2 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
|
|
|