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 4fd247261b98a8acb82a7769ab5f24474e8a5932..191e8b78e98f0a617cdf8ae95cca038b3aba7a2b 100644 |
--- a/chrome/browser/chrome_to_mobile_service.h |
+++ b/chrome/browser/chrome_to_mobile_service.h |
@@ -173,7 +173,7 @@ class ChromeToMobileService : public ProfileKeyedService, |
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; |
// Expose access token accessors for test purposes. |