| Index: chrome/browser/autocomplete/autocomplete_match.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h
|
| index 4ad4a6efeafc6f8e071ce04c9724b7ceca3614ba..d65ff5f606052f722de99ad563bad26d00bb0f04 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_match.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_match.h
|
| @@ -125,7 +125,7 @@ struct AutocompleteMatch {
|
| int style,
|
| ACMatchClassifications* classifications);
|
|
|
| - // The provider of this match, used to remember which provider the user had
|
| + // The provider of this match, used to remember which provider the user had
|
| // selected when the input changes. This may be NULL, in which case there is
|
| // no provider (or memory of the user's selection).
|
| AutocompleteProvider* provider;
|
|
|