Index: chrome/browser/chrome_to_mobile_service.h |
diff --git a/chrome/browser/chrome_to_mobile_service.h b/chrome/browser/chrome_to_mobile_service.h |
index 37a1b25f0187f4c523b17b805c1af3eda5459fb5..a71cac9a65226affea289d8878ff737786e3dbc7 100644 |
--- a/chrome/browser/chrome_to_mobile_service.h |
+++ b/chrome/browser/chrome_to_mobile_service.h |
@@ -160,7 +160,7 @@ class ChromeToMobileService : public ProfileKeyedService, |
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; |
// Expose access token accessors for test purposes. |