| Index: chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.h b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| index 56c47b3f1a6adf948e2c15fe62063b29be18b57b..3b8784b1d599f5bc8af958fa7e55a8bd5fafcdf7 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.h
|
| @@ -102,7 +102,7 @@ class OmniboxResultView : public views::View,
|
| // Draws given |render_text| on |canvas| at given location (|x|, |y|).
|
| // |contents| indicates if the |render_text| is for the match contents,
|
| // separator, or description. Additional properties from |match| are used to
|
| - // render Infinite suggestions correctly. If |max_width| is a non-negative
|
| + // render tail suggestions correctly. If |max_width| is a non-negative
|
| // number, the text will be elided to fit within |max_width|. Returns the x
|
| // position to the right of the string.
|
| int DrawRenderText(const AutocompleteMatch& match,
|
|
|