| Index: base/prefs/default_pref_store.h
|
| diff --git a/base/prefs/default_pref_store.h b/base/prefs/default_pref_store.h
|
| index e6fdbfacab706f18ce62a2a6ff5ab5f6f80266d3..996bf8b77df37aceadbb0d69a299aa313e99a9f9 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);
|
|
|