Index: components/search_engines/template_url_service.cc |
diff --git a/components/search_engines/template_url_service.cc b/components/search_engines/template_url_service.cc |
index 1fcc7041380cc68f3acbc6db73afe56f57ce9f4e..0931a0cc72da93d253c6fc0ec7a93061b93bf5fc 100644 |
--- a/components/search_engines/template_url_service.cc |
+++ b/components/search_engines/template_url_service.cc |
@@ -180,7 +180,7 @@ class TemplateURLService::LessWithPrefix { |
TemplateURLService::TemplateURLService( |
PrefService* prefs, |
scoped_ptr<SearchTermsData> search_terms_data, |
- KeywordWebDataService* web_data_service, |
+ const scoped_refptr<KeywordWebDataService>& web_data_service, |
scoped_ptr<TemplateURLServiceClient> client, |
GoogleURLTracker* google_url_tracker, |
rappor::RapporService* rappor_service, |