| 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());
|
| }
|
|
|
|
|