| Index: chrome/common/json_pref_store.h
|
| diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
|
| index 1094a22633549cff5697e004cf9b9d1ffc97d4d7..fbd1a6fc1d7725aeb30734883897ba9fbe09f08e 100644
|
| --- a/chrome/common/json_pref_store.h
|
| +++ b/chrome/common/json_pref_store.h
|
| @@ -9,6 +9,7 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/compiler_specific.h"
|
| #include "base/file_path.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list.h"
|
| @@ -50,8 +51,6 @@ class JsonPrefStore : public PersistentPrefStore,
|
| virtual bool ReadOnly() const OVERRIDE;
|
| virtual PrefReadError ReadPrefs() OVERRIDE;
|
| virtual void ReadPrefsAsync(ReadErrorDelegate* error_delegate) OVERRIDE;
|
| - virtual bool WritePrefs() OVERRIDE;
|
| - virtual void ScheduleWritePrefs() OVERRIDE;
|
| virtual void CommitPendingWrite() OVERRIDE;
|
| virtual void ReportValueChanged(const std::string& key) OVERRIDE;
|
|
|
|
|