| Index: components/search_engines/search_host_to_urls_map.h
|
| diff --git a/components/search_engines/search_host_to_urls_map.h b/components/search_engines/search_host_to_urls_map.h
|
| index 0235ce555b2a019a1a0d260927e1bfcf2a03f756..2f46625f7bf498e9b66293f51888a5b46985b989 100644
|
| --- a/components/search_engines/search_host_to_urls_map.h
|
| +++ b/components/search_engines/search_host_to_urls_map.h
|
| @@ -23,7 +23,7 @@ class SearchHostToURLsMap {
|
| ~SearchHostToURLsMap();
|
|
|
| // Initializes the map.
|
| - void Init(const TemplateURLService::TemplateURLVector& template_urls,
|
| + void Init(const TemplateURLService::OwnedTemplateURLVector& template_urls,
|
| const SearchTermsData& search_terms_data);
|
|
|
| // Adds a new TemplateURL to the map. Since |template_url| is owned
|
| @@ -48,7 +48,7 @@ class SearchHostToURLsMap {
|
| typedef std::map<std::string, TemplateURLSet> HostToURLsMap;
|
|
|
| // Adds many URLs to the map.
|
| - void Add(const TemplateURLService::TemplateURLVector& template_urls,
|
| + void Add(const TemplateURLService::OwnedTemplateURLVector& template_urls,
|
| const SearchTermsData& search_terms_data);
|
|
|
| // Maps from host to set of TemplateURLs whose search url host is host.
|
|
|