| Index: chrome/browser/sync/profile_sync_service_password_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_service_password_unittest.cc (revision 122721)
|
| +++ chrome/browser/sync/profile_sync_service_password_unittest.cc (working copy)
|
| @@ -181,9 +181,6 @@
|
| profile_.CreateRequestContext();
|
| password_store_ = new MockPasswordStore();
|
|
|
| - notification_service_ = new ThreadNotificationService(
|
| - db_thread_.DeprecatedGetThreadObject());
|
| - notification_service_->Init();
|
| registrar_.Add(&observer_,
|
| chrome::NOTIFICATION_SYNC_CONFIGURE_DONE,
|
| content::NotificationService::AllSources());
|
| @@ -195,7 +192,6 @@
|
| virtual void TearDown() {
|
| password_store_->Shutdown();
|
| service_.reset();
|
| - notification_service_->TearDown();
|
| profile_.ResetRequestContext();
|
| AbstractProfileSyncServiceTest::TearDown();
|
| }
|
| @@ -315,7 +311,6 @@
|
| EXPECT_CALL(*password_store_, RemoveLoginImpl(_)).Times(0);
|
| }
|
|
|
| - scoped_refptr<ThreadNotificationService> notification_service_;
|
| content::NotificationObserverMock observer_;
|
| ProfileMock profile_;
|
| scoped_refptr<MockPasswordStore> password_store_;
|
|
|