| Index: chrome/common/json_pref_store.h
|
| diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
|
| index 21198cc1ac6699d86d4566e8792ad8cddb538f62..9f71a0efb8e16acb1f9c71d754a9f5a902583578 100644
|
| --- a/chrome/common/json_pref_store.h
|
| +++ b/chrome/common/json_pref_store.h
|
| @@ -33,7 +33,6 @@ class JsonPrefStore : public PersistentPrefStore,
|
| // file I/O can be done.
|
| JsonPrefStore(const FilePath& pref_filename,
|
| base::MessageLoopProxy* file_message_loop_proxy);
|
| - virtual ~JsonPrefStore();
|
|
|
| // PrefStore overrides:
|
| virtual ReadResult GetValue(const std::string& key,
|
| @@ -65,6 +64,8 @@ class JsonPrefStore : public PersistentPrefStore,
|
| void OnFileRead(base::Value* value_owned, PrefReadError error, bool no_dir);
|
|
|
| private:
|
| + virtual ~JsonPrefStore();
|
| +
|
| // ImportantFileWriter::DataSerializer overrides:
|
| virtual bool SerializeData(std::string* output) OVERRIDE;
|
|
|
|
|