| Index: base/prefs/testing_pref_store.h
|
| diff --git a/base/prefs/testing_pref_store.h b/base/prefs/testing_pref_store.h
|
| index 08d7125e24143f08f7ef5af9ec71e0543c74d573..c6a2b8336f0c3d1dcb13dd0d40c6771f0c55292b 100644
|
| --- a/base/prefs/testing_pref_store.h
|
| +++ b/base/prefs/testing_pref_store.h
|
| @@ -36,7 +36,6 @@ class TestingPrefStore : public PersistentPrefStore {
|
| 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 PersistentPrefStore::PrefReadError ReadPrefs() OVERRIDE;
|
|
|