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 2418abe9c900d7c537883fc140f1ee30afc5463c..1a975021f2c9317a9ea5d53ba31eb732d625e46e 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. |