| 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 2db4f86ff72dfee84dcce8c593523d8c9e8fb546..a4efa924fbbd0d4ce2d91fda70ab85d660c79d15 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
|
|
|