diff options
Diffstat (limited to 'base/prefs/json_pref_store.h')
-rw-r--r-- | base/prefs/json_pref_store.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/prefs/json_pref_store.h b/base/prefs/json_pref_store.h index 9e6c182..21fc8f9 100644 --- a/base/prefs/json_pref_store.h +++ b/base/prefs/json_pref_store.h @@ -21,8 +21,8 @@ namespace base { class DictionaryValue; class FilePath; -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; |