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..c0ef557b6785214fc4a5900ac07808c413201eb2 100644 |
--- a/components/omnibox/history_quick_provider.cc |
+++ b/components/omnibox/history_quick_provider.cc |
@@ -263,8 +263,9 @@ 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()->GetTemplateURLService()); |
// Format the description autocomplete presentation. |
match.description = info.title(); |