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 89d88ed07531fa29392f961d3535563f92ef3dca..bac63022dae0c8368a7aa69524e89219290e46e4 100644 |
--- a/chrome/browser/sync/profile_sync_service.cc |
+++ b/chrome/browser/sync/profile_sync_service.cc |
@@ -681,9 +681,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( |