| Index: components/sync/api/fake_model_type_change_processor.cc
|
| diff --git a/components/sync/api/fake_model_type_change_processor.cc b/components/sync/api/fake_model_type_change_processor.cc
|
| index 65cea5fb64e164ad565ba3afce0683faad8b48f5..d94b03d398505d9bd54a9874880e5cb864f9f4bb 100644
|
| --- a/components/sync/api/fake_model_type_change_processor.cc
|
| +++ b/components/sync/api/fake_model_type_change_processor.cc
|
| @@ -40,7 +40,7 @@ void FakeModelTypeChangeProcessor::OnMetadataLoaded(
|
| std::unique_ptr<MetadataBatch> batch) {}
|
|
|
| void FakeModelTypeChangeProcessor::OnSyncStarting(
|
| - syncer::DataTypeErrorHandler* error_handler,
|
| + std::unique_ptr<syncer::DataTypeErrorHandler> error_handler,
|
| const StartCallback& callback) {
|
| if (!callback.is_null()) {
|
| callback.Run(syncer::SyncError(), nullptr);
|
|
|