| Index: components/omnibox/browser/search_suggestion_parser.h
|
| diff --git a/components/omnibox/browser/search_suggestion_parser.h b/components/omnibox/browser/search_suggestion_parser.h
|
| index a6a5b452a48e53efece9a18d70a7c623cecce1d1..2cf5e1036ee5b5bda685c068972aa955523f3ef7 100644
|
| --- a/components/omnibox/browser/search_suggestion_parser.h
|
| +++ b/components/omnibox/browser/search_suggestion_parser.h
|
| @@ -172,7 +172,7 @@ class SearchSuggestionParser {
|
| base::string16 suggestion_;
|
|
|
| // The contents to be displayed as prefix of match contents.
|
| - // Used for postfix suggestions to display a leading ellipsis (or some
|
| + // Used for tail suggestions to display a leading ellipsis (or some
|
| // equivalent character) to indicate omitted text.
|
| // Only used to pass this information to about:omnibox's "Additional Info".
|
| base::string16 match_contents_prefix_;
|
|
|