| 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 a51ecb6be338fea7bc320b13c07140063b5ce64a..aee8b5d0fddfce5641438f2fd201d6dfcc538ebf 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -156,9 +156,9 @@ void SyncBackendHostForProfileSyncTest::EmitOnNotificationsDisabled(
|
| }
|
|
|
| void SyncBackendHostForProfileSyncTest::EmitOnIncomingNotification(
|
| - const syncer::ObjectIdPayloadMap& id_payloads,
|
| + const syncer::ObjectIdStateMap& id_state_map,
|
| const syncer::IncomingNotificationSource source) {
|
| - frontend()->OnIncomingNotification(id_payloads, source);
|
| + frontend()->OnIncomingNotification(id_state_map, source);
|
| }
|
|
|
| } // namespace browser_sync
|
|
|