| Index: components/search_engines/template_url_service.h
|
| diff --git a/components/search_engines/template_url_service.h b/components/search_engines/template_url_service.h
|
| index 3e4f19a62ba37d0128f03bcc34842059b6d72991..7ffb019d22ca0e53fda3c1ab3b6c58362727fb6c 100644
|
| --- a/components/search_engines/template_url_service.h
|
| +++ b/components/search_engines/template_url_service.h
|
| @@ -87,13 +87,14 @@ class TemplateURLService : public WebDataServiceConsumer,
|
| bool is_keyword_transition;
|
| };
|
|
|
| - TemplateURLService(PrefService* prefs,
|
| - scoped_ptr<SearchTermsData> search_terms_data,
|
| - KeywordWebDataService* web_data_service,
|
| - scoped_ptr<TemplateURLServiceClient> client,
|
| - GoogleURLTracker* google_url_tracker,
|
| - rappor::RapporService* rappor_service,
|
| - const base::Closure& dsp_change_callback);
|
| + TemplateURLService(
|
| + PrefService* prefs,
|
| + scoped_ptr<SearchTermsData> search_terms_data,
|
| + const scoped_refptr<KeywordWebDataService>& web_data_service,
|
| + scoped_ptr<TemplateURLServiceClient> client,
|
| + GoogleURLTracker* google_url_tracker,
|
| + rappor::RapporService* rappor_service,
|
| + const base::Closure& dsp_change_callback);
|
| // The following is for testing.
|
| TemplateURLService(const Initializer* initializers, const int count);
|
| virtual ~TemplateURLService();
|
|
|