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

Unified Diff: ios/chrome/browser/search_engines/template_url_service_factory.cc

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files Created 4 years 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: ios/chrome/browser/search_engines/template_url_service_factory.cc
diff --git a/ios/chrome/browser/search_engines/template_url_service_factory.cc b/ios/chrome/browser/search_engines/template_url_service_factory.cc
index 7149b0140151fda53b62033ca5b2e7f6b7d19182..65b0a259a50fa9891380546d14b251674dcafb42 100644
--- a/ios/chrome/browser/search_engines/template_url_service_factory.cc
+++ b/ios/chrome/browser/search_engines/template_url_service_factory.cc
@@ -51,7 +51,7 @@ std::unique_ptr<KeyedService> BuildTemplateURLService(
ios::HistoryServiceFactory::GetForBrowserState(
browser_state, ServiceAccessType::EXPLICIT_ACCESS))),
ios::GoogleURLTrackerFactory::GetForBrowserState(browser_state),
- GetApplicationContext()->GetRapporService(),
+ GetApplicationContext()->GetRapporServiceImpl(),
GetDefaultSearchProviderChangedCallback());
}

Powered by Google App Engine
This is Rietveld 408576698