| Index: chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| index 88a54fc7296f6bd280a6dfba10519c04c6535299..69b4f5b9e37d7d38111ced970d91743218cc2e39 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| @@ -783,7 +783,7 @@ void OmniboxEditModel::OpenMatch(AutocompleteMatch match,
|
| ACMatches fake_single_entry_matches;
|
| fake_single_entry_matches.push_back(match);
|
| AutocompleteResult fake_single_entry_result;
|
| - fake_single_entry_result.AppendMatches(fake_single_entry_matches);
|
| + fake_single_entry_result.AppendMatches(input_, fake_single_entry_matches);
|
| OmniboxLog log(
|
| input_text,
|
| just_deleted_text_,
|
|
|