| Index: chrome/browser/sync/profile_sync_service_typed_url_unittest.cc | 
| =================================================================== | 
| --- chrome/browser/sync/profile_sync_service_typed_url_unittest.cc	(revision 122721) | 
| +++ chrome/browser/sync/profile_sync_service_typed_url_unittest.cc	(working copy) | 
| @@ -164,17 +164,12 @@ | 
| .WillRepeatedly(RunTaskOnDBThread(&history_thread_, | 
| history_backend_.get())); | 
| history_thread_.Start(); | 
| - | 
| -    notification_service_ = | 
| -      new ThreadNotificationService(&history_thread_); | 
| -    notification_service_->Init(); | 
| } | 
|  | 
| virtual void TearDown() { | 
| history_backend_ = NULL; | 
| history_service_ = NULL; | 
| service_.reset(); | 
| -    notification_service_->TearDown(); | 
| history_thread_.Stop(); | 
| profile_.ResetRequestContext(); | 
| AbstractProfileSyncServiceTest::TearDown(); | 
| @@ -297,7 +292,6 @@ | 
| } | 
|  | 
| Thread history_thread_; | 
| -  scoped_refptr<ThreadNotificationService> notification_service_; | 
|  | 
| ProfileMock profile_; | 
| scoped_refptr<HistoryBackendMock> history_backend_; | 
|  |