| 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 0c396655c628fdbd8e62a6e5d63e7a98b927a842..6ca9f46fb7123cb61166e5bf67829852f4d37641 100644
|
| --- a/components/sync/model/fake_model_type_change_processor.cc
|
| +++ b/components/sync/model/fake_model_type_change_processor.cc
|
| @@ -36,8 +36,8 @@ void FakeModelTypeChangeProcessor::Delete(
|
| MetadataChangeList* metadata_change_list) {}
|
|
|
| void FakeModelTypeChangeProcessor::UpdateStorageKey(
|
| - const std::string& old_storage_key,
|
| - const std::string& new_storage_key,
|
| + const EntityData& entity_data,
|
| + const std::string& storage_key,
|
| MetadataChangeList* metadata_change_list) {}
|
|
|
| void FakeModelTypeChangeProcessor::ModelReadyToSync(
|
|
|