Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(276)

Unified Diff: chrome/browser/sync/profile_sync_service_autofill_unittest.cc

Issue 14348036: Move AutofillWebData DB methods into separate class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « no previous file | components/autofill.gypi » ('j') | components/autofill/browser/autocomplete_history_manager_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698