| Index: chrome/browser/sync/profile_sync_service_unittest.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_unittest.cc b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| index 7c420e7b1828596d20f618755bce8ab12ebcf7f1..4e81dfa7e7eb3e1ccdc86c5e642eefdcbdc5cce1 100644
|
| --- a/chrome/browser/sync/profile_sync_service_unittest.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_unittest.cc
|
| @@ -250,6 +250,7 @@ TEST_F(ProfileSyncServiceTest, AbortedByShutdown) {
|
| harness_.service.get()));
|
|
|
| harness_.service->Initialize();
|
| + harness_.service->Shutdown();
|
| harness_.service.reset();
|
| }
|
|
|
|
|