Chromium Code Reviews| Index: sync/api/model_type_service.h |
| diff --git a/sync/api/model_type_service.h b/sync/api/model_type_service.h |
| index 473c9c172f741679d39224c8fc34697d39516139..21f07360ea756fcfae2ee954955b24f8e32f53aa 100644 |
| --- a/sync/api/model_type_service.h |
| +++ b/sync/api/model_type_service.h |
| @@ -10,6 +10,7 @@ |
| #include "base/callback.h" |
| #include "base/memory/scoped_ptr.h" |
| +#include "sync/api/entity_change.h" |
| #include "sync/api/entity_data.h" |
| #include "sync/api/model_type_change_processor.h" |
| #include "sync/base/sync_export.h" |
| @@ -52,7 +53,7 @@ class SYNC_EXPORT ModelTypeService { |
| // TODO(skym): The change type should be in here somehow. |
|
skym
2015/11/23 16:57:16
This TODO can be removed.
maxbogue
2015/11/23 17:00:46
Done.
|
| virtual syncer::SyncError ApplySyncChanges( |
| MetadataChanges* metadata_changes, |
| - EntityDataList entity_data_list) = 0; |
| + EntityChangeList entity_changes) = 0; |
| // Asynchronously retrieve the sync metadata. |
| virtual void LoadMetadata(MetadataCallback callback) = 0; |