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 e2f03844a81a311e49c4db74da8adbc43f1a6d36..3961bac1a954c5359df2c0912b0ebae258045048 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -569,6 +569,10 @@ class ProfileSyncService : public ProfileSyncServiceBase, |
const syncer::ObjectIdSet& ids) OVERRIDE; |
virtual void UnregisterInvalidationHandler( |
syncer::InvalidationHandler* handler) OVERRIDE; |
+ virtual void AcknowledgeInvalidation( |
+ const invalidation::ObjectId& id, |
+ const syncer::AckHandle& ack_handle) OVERRIDE; |
+ |
virtual syncer::InvalidatorState GetInvalidatorState() const OVERRIDE; |
// ProfileKeyedService implementation. This must be called exactly |