| Index: components/sync/model_impl/shared_model_type_processor.cc
|
| diff --git a/components/sync/model_impl/shared_model_type_processor.cc b/components/sync/model_impl/shared_model_type_processor.cc
|
| index ef29ab9628daf2c52835eff40f61bad77095e826..ff5085945fd352d68a2f41e5ebec1cd4502d678a 100644
|
| --- a/components/sync/model_impl/shared_model_type_processor.cc
|
| +++ b/components/sync/model_impl/shared_model_type_processor.cc
|
| @@ -44,7 +44,7 @@ void SharedModelTypeProcessor::OnSyncStarting(
|
| ConnectIfReady();
|
| }
|
|
|
| -void SharedModelTypeProcessor::OnMetadataLoaded(
|
| +void SharedModelTypeProcessor::ModelReadyToSync(
|
| std::unique_ptr<MetadataBatch> batch) {
|
| DCHECK(CalledOnValidThread());
|
| DCHECK(waiting_for_metadata_);
|
|
|