| 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 5a7d1d59a1b57a89c9eed12db88a8a75af6881c4..b8fa0b73811485e1fcf72aca595f3ee18773240f 100644
|
| --- a/components/sync/model_impl/model_type_store_impl.h
|
| +++ b/components/sync/model_impl/model_type_store_impl.h
|
| @@ -60,7 +60,7 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe {
|
| private:
|
| class WriteBatchImpl : public WriteBatch {
|
| public:
|
| - WriteBatchImpl();
|
| + explicit WriteBatchImpl(ModelTypeStore* store);
|
| ~WriteBatchImpl() override;
|
| std::unique_ptr<leveldb::WriteBatch> leveldb_write_batch_;
|
| };
|
|
|