Index: components/omnibox/history_quick_provider.cc |
diff --git a/components/omnibox/history_quick_provider.cc b/components/omnibox/history_quick_provider.cc |
index 40037b11d716019f5133b048f546898cc2675257..09954276868af21cdb271b763c997f0d6b64ee0f 100644 |
--- a/components/omnibox/history_quick_provider.cc |
+++ b/components/omnibox/history_quick_provider.cc |
@@ -265,8 +265,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(); |