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 5d4000fe6e42febc8aeb74740aef843a00b0ff88..750eac9043028634805324dd0b59bb0741897ac2 100644 |
--- a/chrome/browser/sync/test_profile_sync_service.h |
+++ b/chrome/browser/sync/test_profile_sync_service.h |
@@ -38,8 +38,6 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost { |
SyncBackendHostForProfileSyncTest( |
Profile* profile, |
const base::WeakPtr<SyncPrefs>& sync_prefs, |
- const base::WeakPtr<invalidation::InvalidatorStorage>& |
- invalidator_storage, |
syncer::TestIdFactory& id_factory, |
base::Closure& callback, |
bool set_initial_sync_ended_on_init, |
@@ -70,10 +68,6 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost { |
static void SetHistoryServiceExpectations(ProfileMock* profile); |
- void EmitOnInvalidatorStateChange(syncer::InvalidatorState state); |
- void EmitOnIncomingInvalidation( |
- const syncer::ObjectIdInvalidationMap& invalidation_map); |
- |
protected: |
virtual void InitCore(const DoInitializeOptions& options) OVERRIDE; |