| Index: components/sync/api/model_type_service.h
|
| diff --git a/components/sync/api/model_type_service.h b/components/sync/api/model_type_service.h
|
| index e992e65f11f67af54adf101dbb29e6955ffebcc1..4006bd54489359fa2f4c7563345ce3ef03b97dc2 100644
|
| --- a/components/sync/api/model_type_service.h
|
| +++ b/components/sync/api/model_type_service.h
|
| @@ -120,11 +120,11 @@ class ModelTypeService : public base::SupportsWeakPtr<ModelTypeService> {
|
| // TODO(crbug.com/584365): This needs to be called from DataTypeController.
|
| void DisableSync();
|
|
|
| + ModelTypeChangeProcessor* change_processor() const;
|
| +
|
| protected:
|
| void CreateChangeProcessor();
|
|
|
| - ModelTypeChangeProcessor* change_processor() const;
|
| -
|
| void clear_change_processor();
|
|
|
| private:
|
|
|