Index: chrome/browser/sync/glue/sync_backend_host.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
index 65aaa0454066ab273cf494b3592433e0da40f3c4..3a42a6a6260aba40150ca1b368ebd267be10a69f 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -471,7 +471,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer { |
void HandleNotificationsDisabledOnFrontendLoop( |
syncer::NotificationsDisabledReason reason); |
void HandleIncomingNotificationOnFrontendLoop( |
- const syncer::ObjectIdPayloadMap& id_payloads, |
+ const syncer::ObjectIdStateMap& id_state_map, |
syncer::IncomingNotificationSource source); |
// Handles stopping the core's SyncManager, accounting for whether |