Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: components/omnibox/browser/omnibox_edit_model.h

Issue 2065373002: Gender-neutralize a few more comments / strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: that was weird Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698