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

Unified Diff: chrome/browser/search_engines/template_url_service_unittest.cc

Issue 12897009: Autofill Webdata Split TRY ONLY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Try again Created 7 years, 9 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/search_engines/template_url_service_unittest.cc
diff --git a/chrome/browser/search_engines/template_url_service_unittest.cc b/chrome/browser/search_engines/template_url_service_unittest.cc
index 9adafe7eedc418f41708228a9d5606ce1328b8f8..dc99e3b259a221bded72fcd2aaafba86cff3b632 100644
--- a/chrome/browser/search_engines/template_url_service_unittest.cc
+++ b/chrome/browser/search_engines/template_url_service_unittest.cc
@@ -1309,8 +1309,7 @@ TEST_F(TemplateURLServiceTest, FailedInit) {
test_util_.ClearModel();
scoped_refptr<WebDataService> web_service =
- WebDataServiceFactory::GetForProfile(test_util_.profile(),
- Profile::EXPLICIT_ACCESS);
+ WebDataService::FromBrowserContext(test_util_.profile());
web_service->ShutdownDatabase();
test_util_.ResetModel(false);

Powered by Google App Engine
This is Rietveld 408576698