| Index: components/omnibox/history_quick_provider.cc
|
| diff --git a/components/omnibox/history_quick_provider.cc b/components/omnibox/history_quick_provider.cc
|
| index a6b9f16bb9a2cd6c08fa81779b934072e709fd53..bf18b401479bdc2a4f8d1ab9f7e209ba0bd9c8f4 100644
|
| --- a/components/omnibox/history_quick_provider.cc
|
| +++ b/components/omnibox/history_quick_provider.cc
|
| @@ -263,8 +263,10 @@ AutocompleteMatch HistoryQuickProvider::QuickMatchToACMatch(
|
| match.allowed_to_be_default_match = match.inline_autocompletion.empty() ||
|
| !PreventInlineAutocomplete(autocomplete_input_);
|
| }
|
| - match.EnsureUWYTIsAllowedToBeDefault(autocomplete_input_.canonicalized_url(),
|
| - client()->GetTemplateURLService());
|
| + match.EnsureUWYTIsAllowedToBeDefault(
|
| + autocomplete_input_,
|
| + client()->GetAcceptLanguages(),
|
| + client()->GetTemplateURLService());
|
|
|
| // Format the description autocomplete presentation.
|
| match.description = info.title();
|
|
|