Index: chrome/browser/sync/profile_sync_service.cc |
diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc |
index ce354d55b9df6d2b21a1219a0c7b378530275561..34a6ce9eb1f9c3d51762278a095e395f90c14264 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -669,9 +669,9 @@ void ProfileSyncService::OnNotificationsDisabled( |
} |
void ProfileSyncService::OnIncomingNotification( |
- const syncer::ObjectIdPayloadMap& id_payloads, |
+ const syncer::ObjectIdStateMap& id_state_map, |
syncer::IncomingNotificationSource source) { |
- notifier_registrar_.DispatchInvalidationsToHandlers(id_payloads, source); |
+ notifier_registrar_.DispatchInvalidationsToHandlers(id_state_map, source); |
} |
void ProfileSyncService::OnBackendInitialized( |