| Index: components/omnibox/history_provider.cc
 | 
| diff --git a/components/omnibox/history_provider.cc b/components/omnibox/history_provider.cc
 | 
| index 0772b1eeba9c80d61d6e8398b9dae26f3c17f754..f78ccb3ddf54894f88ac5ae25c068cc6ed76ff92 100644
 | 
| --- a/components/omnibox/history_provider.cc
 | 
| +++ b/components/omnibox/history_provider.cc
 | 
| @@ -39,7 +39,7 @@ bool HistoryProvider::PreventInlineAutocomplete(
 | 
|      const AutocompleteInput& input) {
 | 
|    return input.prevent_inline_autocomplete() ||
 | 
|        (!input.text().empty() &&
 | 
| -       IsWhitespace(input.text()[input.text().length() - 1]));
 | 
| +       base::IsUnicodeWhitespace(input.text()[input.text().length() - 1]));
 | 
|  }
 | 
|  
 | 
|  HistoryProvider::HistoryProvider(AutocompleteProvider::Type type,
 | 
| 
 |