| Index: chrome/browser/sync/test_profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.cc b/chrome/browser/sync/test_profile_sync_service.cc
|
| index dd88ee9e94cb714e283a14cb2482fa49cfac43fc..ab926e7b6b81caf6930cb1a80e4bf055dbd6a0aa 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -152,9 +152,9 @@ void SyncBackendHostForProfileSyncTest::EmitOnInvalidatorStateChange(
|
| }
|
|
|
| void SyncBackendHostForProfileSyncTest::EmitOnIncomingInvalidation(
|
| - const syncer::ObjectIdStateMap& id_state_map,
|
| + const syncer::ObjectIdInvalidationMap& invalidation_map,
|
| const syncer::IncomingInvalidationSource source) {
|
| - frontend()->OnIncomingInvalidation(id_state_map, source);
|
| + frontend()->OnIncomingInvalidation(invalidation_map, source);
|
| }
|
|
|
| } // namespace browser_sync
|
|
|