Chromium Code Reviews| Index: components/search_engines/template_url_fetcher.cc |
| diff --git a/components/search_engines/template_url_fetcher.cc b/components/search_engines/template_url_fetcher.cc |
| index cf972d0eeb915643151d183a8757c22f6fabeb78..47eeebf8c2215811ef094484ef88d93d7dced867 100644 |
| --- a/components/search_engines/template_url_fetcher.cc |
| +++ b/components/search_engines/template_url_fetcher.cc |
| @@ -201,7 +201,7 @@ void TemplateURLFetcher::ScheduleDownload( |
| return; |
| } |
| - const TemplateURL* template_url = |
| + TemplateURL* template_url = |
|
Peter Kasting
2016/12/01 07:38:24
Restore the const here
ltian
2016/12/01 10:02:58
Done.
|
| template_url_service_->GetTemplateURLForKeyword(keyword); |
| if (template_url && (!template_url->safe_for_autoreplace() || |
| template_url->originating_url() == osdd_url)) |