| Index: components/omnibox/builtin_provider.cc | 
| diff --git a/components/omnibox/builtin_provider.cc b/components/omnibox/builtin_provider.cc | 
| index 9d0a0081f6408eca78f11fad917ce3b128ab238a..83f8b7d308a58d37144adf5b9cb862de46b5fcba 100644 | 
| --- a/components/omnibox/builtin_provider.cc | 
| +++ b/components/omnibox/builtin_provider.cc | 
| @@ -124,6 +124,7 @@ void BuiltinProvider::AddMatch(const base::string16& match_string, | 
| AutocompleteMatchType::NAVSUGGEST); | 
| match.fill_into_edit = match_string; | 
| match.inline_autocompletion = inline_completion; | 
| +  match.StripLoneSlashOnInlineAutocompletion(); | 
| match.destination_url = GURL(match_string); | 
| match.contents = match_string; | 
| match.contents_class = styles; | 
|  |