Index: chrome/browser/sync/profile_sync_service.h |
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h |
index 6c3bc91bb7ec7c922e0dedbe7a0f6ca776b042fc..7a2d489ba9855a817183abc6a5751d4ea2ed34b5 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -263,7 +263,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend, |
virtual void OnNotificationsDisabled( |
syncer::NotificationsDisabledReason reason) OVERRIDE; |
virtual void OnIncomingNotification( |
- const syncer::ObjectIdPayloadMap& id_payloads, |
+ const syncer::ObjectIdStateMap& id_state_map, |
syncer::IncomingNotificationSource source) OVERRIDE; |
// SyncFrontend implementation. |