| Index: components/sync/model_impl/model_type_store_impl.h
|
| diff --git a/components/sync/model_impl/model_type_store_impl.h b/components/sync/model_impl/model_type_store_impl.h
|
| index 67ca71b1144116aa8e1eb0a902f6db74415a8618..f9b67336981790ef2a50238c84bbd9d648e7a746 100644
|
| --- a/components/sync/model_impl/model_type_store_impl.h
|
| +++ b/components/sync/model_impl/model_type_store_impl.h
|
| @@ -46,6 +46,9 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe {
|
| std::unique_ptr<WriteBatch> CreateWriteBatch() override;
|
| void CommitWriteBatch(std::unique_ptr<WriteBatch> write_batch,
|
| const CallbackWithResult& callback) override;
|
| +
|
| + protected:
|
| + // ModelTypeStore implementation.
|
| void WriteData(WriteBatch* write_batch,
|
| const std::string& id,
|
| const std::string& value) override;
|
|
|