Index: chrome/browser/sync/profile_sync_service_harness.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service_harness.cc (revision 177205) |
+++ chrome/browser/sync/profile_sync_service_harness.cc (working copy) |
@@ -121,10 +121,7 @@ |
} |
} |
-ProfileSyncServiceHarness::~ProfileSyncServiceHarness() { |
- if (service_->HasObserver(this)) |
- service_->RemoveObserver(this); |
-} |
+ProfileSyncServiceHarness::~ProfileSyncServiceHarness() {} |
// static |
ProfileSyncServiceHarness* ProfileSyncServiceHarness::CreateAndAttach( |