Index: components/omnibox/search_provider.cc |
diff --git a/components/omnibox/search_provider.cc b/components/omnibox/search_provider.cc |
index 4b518d3c9f6ce740883c5e6e8c4eb95bedca2148..c6b503c8e212e8fd90fba7652d2d36ac55f1b34a 100644 |
--- a/components/omnibox/search_provider.cc |
+++ b/components/omnibox/search_provider.cc |
@@ -1435,8 +1435,8 @@ AutocompleteMatch SearchProvider::NavigationToMatch( |
!navigation.received_after_last_keystroke() && |
(match.inline_autocompletion.empty() || |
(!input_.prevent_inline_autocomplete() && !trimmed_whitespace)); |
- match.EnsureUWYTIsAllowedToBeDefault( |
- input_.canonicalized_url(), providers_.template_url_service()); |
+ match.EnsureUWYTIsAllowedToBeDefault(input_, |
+ providers_.template_url_service()); |
match.contents = navigation.match_contents(); |
match.contents_class = navigation.match_contents_class(); |