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 6e8ea6e4f998eb39c29e5e30ac49781c32e5b310..4d55fe4947d95f00a35fd3691933b571f25dbfd7 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -259,7 +259,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. |