| 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.
|
| 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;
|
|
|