| 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 343e496698e3640e6d91e3907b500079eb1c4015..3870329912a8bbbd38f5ff679fa0fb758af3a481 100644
|
| --- a/components/sync/model_impl/model_type_store_impl.h
|
| +++ b/components/sync/model_impl/model_type_store_impl.h
|
| @@ -30,11 +30,9 @@ class ModelTypeStoreImpl : public ModelTypeStore, public base::NonThreadSafe {
|
| public:
|
| ~ModelTypeStoreImpl() override;
|
|
|
| - static void CreateStore(
|
| - ModelType type,
|
| - const std::string& path,
|
| - scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
|
| - const InitCallback& callback);
|
| + static void CreateStore(ModelType type,
|
| + const std::string& path,
|
| + const InitCallback& callback);
|
| static void CreateInMemoryStoreForTest(ModelType type,
|
| const InitCallback& callback);
|
|
|
|
|