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 dd703b45417c6e40178ab6718bd913a1ce66da6f..16a78c1d2239c9add649cd4ced4029ec5758466d 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -473,7 +473,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); |
// Must be called on |frontend_loop_|. |done_callback| is called on |