| Index: components/omnibox/browser/autocomplete_match.cc
|
| diff --git a/components/omnibox/browser/autocomplete_match.cc b/components/omnibox/browser/autocomplete_match.cc
|
| index 801b0d7cb449e73c3b372160c62545b969bab388..00565376a2b2e7c0cc12e80bdb6da84fd490e55b 100644
|
| --- a/components/omnibox/browser/autocomplete_match.cc
|
| +++ b/components/omnibox/browser/autocomplete_match.cc
|
| @@ -435,7 +435,7 @@ GURL AutocompleteMatch::GURLToStrippedGURL(
|
| // to eliminate cases like past search URLs from history that differ only
|
| // by some obscure query param from each other or from the search/keyword
|
| // provider matches.
|
| - TemplateURL* template_url = GetTemplateURLWithKeyword(
|
| + const TemplateURL* template_url = GetTemplateURLWithKeyword(
|
| template_url_service, keyword, stripped_destination_url.host());
|
| if (template_url != NULL &&
|
| template_url->SupportsReplacement(
|
|
|