| Index: components/sync/api/model_type_change_processor.h
|
| diff --git a/components/sync/api/model_type_change_processor.h b/components/sync/api/model_type_change_processor.h
|
| index 107934fd2047c8a3e0e2f3c04fc603c646020674..46090d05ac37724bf397de2e0a9055acb9ce9695 100644
|
| --- a/components/sync/api/model_type_change_processor.h
|
| +++ b/components/sync/api/model_type_change_processor.h
|
| @@ -38,12 +38,12 @@ class SYNC_EXPORT ModelTypeChangeProcessor : public syncer::SyncErrorFactory {
|
| // does not need to be fully set, but it should at least have specifics and
|
| // non-unique name. The processor will fill in the rest if the service does
|
| // not have a reason to care.
|
| - virtual void Put(const std::string& client_tag,
|
| + virtual void Put(const std::string& storage_key,
|
| std::unique_ptr<EntityData> entity_data,
|
| MetadataChangeList* metadata_change_list) = 0;
|
|
|
| // Inform the processor of a deleted entity.
|
| - virtual void Delete(const std::string& client_tag,
|
| + virtual void Delete(const std::string& storage_key,
|
| MetadataChangeList* metadata_change_list) = 0;
|
|
|
| // Accept the initial sync metadata loaded by the service. This should be
|
|
|