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

Unified Diff: components/omnibox/browser/autocomplete_match.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/autocomplete_match.h
diff --git a/components/omnibox/browser/autocomplete_match.h b/components/omnibox/browser/autocomplete_match.h
index d51e2ff2a961f653e4019d2da47ee43bfa3941ae..3333ce973d7d3934f528e4145462ea18fb002b5d 100644
--- a/components/omnibox/browser/autocomplete_match.h
+++ b/components/omnibox/browser/autocomplete_match.h
@@ -275,8 +275,8 @@ struct AutocompleteMatch {
// input. Note that rare or unusual types that could be considered verbatim,
// such as keyword engine matches or extension-provided matches, aren't
// detected by this IsVerbatimType, as the user will not be able to infer
- // what will happen when he or she presses enter in those cases if the match
- // is not shown.
+ // what will happen when they press enter in those cases if the match is not
+ // shown.
bool IsVerbatimType() const;
// Returns whether this match or any duplicate of this match can be deleted.

Powered by Google App Engine
This is Rietveld 408576698