| Index: chrome/common/json_pref_store.h
|
| diff --git a/chrome/common/json_pref_store.h b/chrome/common/json_pref_store.h
|
| index 84a73c92ec844257d277132b6f3b1f1f3f35a1bb..a587ba0e68582fc7d957defc4f53d9be9c8ef6c4 100644
|
| --- a/chrome/common/json_pref_store.h
|
| +++ b/chrome/common/json_pref_store.h
|
| @@ -49,7 +49,7 @@ class JsonPrefStore : public PersistentPrefStore,
|
|
|
| private:
|
| // ImportantFileWriter::DataSerializer overrides:
|
| - bool SerializeData(std::string* output);
|
| + virtual bool SerializeData(std::string* output);
|
|
|
| FilePath path_;
|
|
|
|
|