| Index: chrome/browser/autocomplete/autocomplete_match.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h
|
| index 81ac84070b8aa40411dab888aff62a633bba8542..fbf835534793cbaa0441c76e040ec1962f4dfbec 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_match.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_match.h
|
| @@ -177,8 +177,8 @@ struct AutocompleteMatch {
|
| // Type of this match.
|
| Type type;
|
|
|
| - // If this match corresponds to a keyword, this is the TemplateURL the
|
| - // keyword was obtained from.
|
| + // Indicates the TemplateURL the match originated from. This is set for
|
| + // keywords as well as matches for the default search provider.
|
| const TemplateURL* template_url;
|
|
|
| // True if the user has starred the destination URL.
|
|
|