| Index: chrome/browser/autocomplete/history_quick_provider.cc
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider.cc b/chrome/browser/autocomplete/history_quick_provider.cc
|
| index 336a9c43850ddd2aa436720715f52a054f59f2a2..0ece125385ee93ecaacc128c207390296bf25ace 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider.cc
|
| @@ -275,6 +275,9 @@ AutocompleteMatch HistoryQuickProvider::QuickMatchToACMatch(
|
| match.allowed_to_be_default_match = match.inline_autocompletion.empty() ||
|
| !PreventInlineAutocomplete(autocomplete_input_);
|
| }
|
| + match.EnsureUWYTIsAllowedToBeDefault(
|
| + autocomplete_input_.canonicalized_url(),
|
| + TemplateURLServiceFactory::GetForProfile(profile_));
|
|
|
| // Format the description autocomplete presentation.
|
| match.description = info.title();
|
|
|