| 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..2b04fd0855ab905031338af28114fa650dee3b0d 100644
|
| --- a/components/sync/model/stub_model_type_service.h
|
| +++ b/components/sync/model/stub_model_type_service.h
|
| @@ -32,9 +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;
|
| };
|
|
|
| } // namespace syncer
|
|
|