| Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/sync/profile_sync_service_autofill_unittest.cc	(revision 122416)
 | 
| +++ chrome/browser/sync/profile_sync_service_autofill_unittest.cc	(working copy)
 | 
| @@ -380,10 +380,6 @@
 | 
|          WillRepeatedly(Return(web_data_service_.get()));
 | 
|      personal_data_manager_->Init(&profile_);
 | 
|  
 | 
| -    notification_service_ = new ThreadNotificationService(
 | 
| -        db_thread_.DeprecatedGetThreadObject());
 | 
| -    notification_service_->Init();
 | 
| -
 | 
|      // Note: This must be called *after* the notification service is created.
 | 
|      web_data_service_->StartSyncableService();
 | 
|    }
 | 
| @@ -392,7 +388,6 @@
 | 
|      // Note: The tear down order is important.
 | 
|      service_.reset();
 | 
|      web_data_service_->ShutdownSyncableService();
 | 
| -    notification_service_->TearDown();
 | 
|      profile_.ResetRequestContext();
 | 
|      AbstractProfileSyncServiceTest::TearDown();
 | 
|    }
 | 
| @@ -572,8 +567,6 @@
 | 
|    friend class AddAutofillHelper<AutofillProfile>;
 | 
|    friend class FakeServerUpdater;
 | 
|  
 | 
| -  scoped_refptr<ThreadNotificationService> notification_service_;
 | 
| -
 | 
|    ProfileMock profile_;
 | 
|    AutofillTableMock autofill_table_;
 | 
|    scoped_ptr<WebDatabaseFake> web_database_;
 | 
| 
 |