| 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 f6528e7c75ffaa75bdff9812fcbdcfcdcbaa1447..3c19945d3a9861a2010de50d4d8bf8ce22fbfe7b 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.cc
|
| +++ b/chrome/browser/sync/test_profile_sync_service.cc
|
| @@ -151,9 +151,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
|
|
|