| Index: base/prefs/json_pref_store.h
|
| diff --git a/base/prefs/json_pref_store.h b/base/prefs/json_pref_store.h
|
| index 49dd71ae1814b8dca1405b390c84ff510af89745..f550ec195666cd8fb8fcd9674d7f1284237e41c3 100644
|
| --- a/base/prefs/json_pref_store.h
|
| +++ b/base/prefs/json_pref_store.h
|
| @@ -20,8 +20,8 @@
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| -class SequencedWorkerPool;
|
| class SequencedTaskRunner;
|
| +class SequencedWorkerPool;
|
| class Value;
|
| }
|
|
|
| @@ -58,7 +58,6 @@ class BASE_PREFS_EXPORT JsonPrefStore
|
| virtual void SetValueSilently(const std::string& key,
|
| base::Value* value) OVERRIDE;
|
| virtual void RemoveValue(const std::string& key) OVERRIDE;
|
| - virtual void MarkNeedsEmptyValue(const std::string& key) OVERRIDE;
|
| virtual bool ReadOnly() const OVERRIDE;
|
| virtual PrefReadError GetReadError() const OVERRIDE;
|
| virtual PrefReadError ReadPrefs() OVERRIDE;
|
|
|