| Index: components/omnibox/browser/omnibox_edit_model.h
|
| diff --git a/components/omnibox/browser/omnibox_edit_model.h b/components/omnibox/browser/omnibox_edit_model.h
|
| index de77a5138b72e1401cffed59e2722712f31cb9f9..114987f588b1c8e1a5483d676e4273d2c71709f2 100644
|
| --- a/components/omnibox/browser/omnibox_edit_model.h
|
| +++ b/components/omnibox/browser/omnibox_edit_model.h
|
| @@ -372,8 +372,8 @@ class OmniboxEditModel {
|
| DOWN_WITH_CHANGE, // The control key is depressed, and the edit's
|
| // contents/selection have changed since it was
|
| // depressed. If the user now hits enter, we assume
|
| - // he simply hasn't released the key, rather than that
|
| - // he intended to hit "ctrl-enter".
|
| + // they simply haven't released the key, rather than
|
| + // that they intended to hit "ctrl-enter".
|
| };
|
|
|
| // Returns true if a query to an autocomplete provider is currently
|
|
|