| Index: sync/sync.gyp
|
| diff --git a/sync/sync.gyp b/sync/sync.gyp
|
| index 0851271bba2eaa0f1a563d1483e11fb337bfd6a5..5c3ea687b6f0f2ba2326495c644ff7060282959d 100644
|
| --- a/sync/sync.gyp
|
| +++ b/sync/sync.gyp
|
| @@ -42,8 +42,8 @@
|
| 'base/sync_export.h',
|
| 'internal_api/public/base/enum_set.h',
|
| 'internal_api/public/base/model_type.h',
|
| - 'internal_api/public/base/model_type_payload_map.cc',
|
| - 'internal_api/public/base/model_type_payload_map.h',
|
| + 'internal_api/public/base/model_type_state_map.cc',
|
| + 'internal_api/public/base/model_type_state_map.h',
|
| 'internal_api/public/engine/model_safe_worker.cc',
|
| 'internal_api/public/engine/model_safe_worker.h',
|
| 'internal_api/public/engine/passive_model_worker.cc',
|
| @@ -252,8 +252,8 @@
|
| 'notifier/invalidation_util.h',
|
| 'notifier/notifications_disabled_reason.cc',
|
| 'notifier/notifications_disabled_reason.h',
|
| - 'notifier/object_id_payload_map.cc',
|
| - 'notifier/object_id_payload_map.h',
|
| + 'notifier/object_id_state_map.cc',
|
| + 'notifier/object_id_state_map.h',
|
| 'notifier/sync_notifier.h',
|
| 'notifier/sync_notifier_factory.cc',
|
| 'notifier/sync_notifier_factory.h',
|
| @@ -558,7 +558,7 @@
|
| ],
|
| 'sources': [
|
| 'internal_api/public/base/enum_set_unittest.cc',
|
| - 'internal_api/public/base/model_type_payload_map_unittest.cc',
|
| + 'internal_api/public/base/model_type_state_map_unittest.cc',
|
| 'internal_api/public/engine/model_safe_worker_unittest.cc',
|
| 'internal_api/public/util/immutable_unittest.cc',
|
| 'engine/apply_updates_command_unittest.cc',
|
|
|