Index: chrome/browser/sync/test_profile_sync_service.h |
diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h |
index 9be433dbc9a9ffb64bcff782571af25a78f098db..7bd5fac0da47cd526cbdcff71438025f6b3aca96 100644 |
--- a/chrome/browser/sync/test_profile_sync_service.h |
+++ b/chrome/browser/sync/test_profile_sync_service.h |
@@ -64,12 +64,10 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost { |
void SetInitialSyncEndedForAllTypes(); |
- void EmitOnNotificationsEnabled(); |
- void EmitOnNotificationsDisabled( |
- syncer::NotificationsDisabledReason reason); |
- void EmitOnIncomingNotification( |
+ void EmitOnInvalidatorStateChange(syncer::InvalidatorState state); |
+ void EmitOnIncomingInvalidation( |
const syncer::ObjectIdStateMap& id_state_map, |
- const syncer::IncomingNotificationSource source); |
+ const syncer::IncomingInvalidationSource source); |
protected: |
virtual void InitCore(const DoInitializeOptions& options) OVERRIDE; |