Index: chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
diff --git a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
index 4298614448b3bd6dda7989a2e9f350f23ef1a17d..9d81a2cb0ec00148904c13996e8998d94d9a29fb 100644 |
--- a/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
+++ b/chrome/browser/sync/profile_sync_service_autofill_unittest.cc |
@@ -502,6 +502,7 @@ class ProfileSyncServiceAutofillTest |
ProfileSyncServiceFactory::GetInstance()->SetTestingFactory( |
profile_.get(), NULL); |
web_data_service_->ShutdownSyncableService(); |
+ web_data_service_ = NULL; |
profile_->ResetRequestContext(); |
// To prevent a leak, fully release TestURLRequestContext to ensure its |
// destruction on the IO message loop. |