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 17e9a639b3de58b15b9712198306e24f98c093c2..4ab847b9af51a51a0e811b4ffcc207c5e7116670 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -269,7 +269,7 @@ class ProfileSyncService : public ProfileSyncServiceBase, |
virtual void OnInvalidatorStateChange( |
syncer::InvalidatorState state) OVERRIDE; |
virtual void OnIncomingInvalidation( |
- const syncer::ObjectIdStateMap& id_state_map, |
+ const syncer::ObjectIdInvalidationMap& invalidation_map, |
syncer::IncomingInvalidationSource source) OVERRIDE; |
// SyncFrontend implementation. |