| Index: components/sync/model/stub_model_type_service.h
|
| diff --git a/components/sync/model/stub_model_type_service.h b/components/sync/model/stub_model_type_service.h
|
| index f3461ba70a4fa3858b7c9175c6ac70a4906c8706..1eec8eae697fbbfc6168b2992c4142997cd0ac7c 100644
|
| --- a/components/sync/model/stub_model_type_service.h
|
| +++ b/components/sync/model/stub_model_type_service.h
|
| @@ -32,7 +32,6 @@ class StubModelTypeService : public ModelTypeService {
|
| void GetAllData(DataCallback callback) override;
|
| std::string GetClientTag(const EntityData& entity_data) override;
|
| std::string GetStorageKey(const EntityData& entity_data) override;
|
| - void OnChangeProcessorSet() override;
|
|
|
| bool HasChangeProcessor() const;
|
| };
|
|
|