| Index: chrome/browser/search_engines/template_url.h
|
| diff --git a/chrome/browser/search_engines/template_url.h b/chrome/browser/search_engines/template_url.h
|
| index e06f8f2e2f10d5c9f7035eba390e27be35f51c56..6fba137da66816fb4c5a162cfa714bbdfebd6b68 100644
|
| --- a/chrome/browser/search_engines/template_url.h
|
| +++ b/chrome/browser/search_engines/template_url.h
|
| @@ -72,8 +72,7 @@ class TemplateURLRef {
|
| int accepted_suggestion;
|
|
|
| // The 0-based position of the cursor within the query string at the time
|
| - // the request was issued. Set to string16::npos if not used or after the
|
| - // last character.
|
| + // the request was issued. Set to string16::npos if not used.
|
| size_t cursor_position;
|
| };
|
|
|
|
|