| Index: components/sync/model/fake_model_type_change_processor.cc
|
| diff --git a/components/sync/model/fake_model_type_change_processor.cc b/components/sync/model/fake_model_type_change_processor.cc
|
| index a71df0f3f5aff2455f1af2b4cc4db1615ec1b168..9f418794a80b306a379de541bbe205100f265a3e 100644
|
| --- a/components/sync/model/fake_model_type_change_processor.cc
|
| +++ b/components/sync/model/fake_model_type_change_processor.cc
|
| @@ -35,7 +35,7 @@ void FakeModelTypeChangeProcessor::Delete(
|
| const std::string& client_tag,
|
| MetadataChangeList* metadata_change_list) {}
|
|
|
| -void FakeModelTypeChangeProcessor::OnMetadataLoaded(
|
| +void FakeModelTypeChangeProcessor::ModelReadyToSync(
|
| std::unique_ptr<MetadataBatch> batch) {}
|
|
|
| void FakeModelTypeChangeProcessor::OnSyncStarting(
|
|
|