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 43730c9e31fd6ef3009c23cdd45d8a0320693b62..5a237da1450e3c7007c9a47cb598a30979eade8b 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -469,7 +469,7 @@ class SyncBackendHost : public BackendDataTypeConfigurer { |
void HandleInvalidatorStateChangeOnFrontendLoop( |
syncer::InvalidatorState state); |
void HandleIncomingInvalidationOnFrontendLoop( |
- const syncer::ObjectIdStateMap& id_state_map, |
+ const syncer::ObjectIdInvalidationMap& invalidation_map, |
syncer::IncomingInvalidationSource source); |
// Handles stopping the core's SyncManager, accounting for whether |