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

Unified Diff: base/observer_list_unittest.cc

Issue 2445643002: Remove gender specific language from src/base (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/observer_list_unittest.cc
diff --git a/base/observer_list_unittest.cc b/base/observer_list_unittest.cc
index 33f0f3285cd022fa4e879d51e4c5b99b1749787b..7267bd4e30c45e3488c12f239e05765c68035c50 100644
--- a/base/observer_list_unittest.cc
+++ b/base/observer_list_unittest.cc
@@ -852,7 +852,7 @@ TEST(ObserverListTest, NonCompactList) {
Disrupter disrupter1(&observer_list, true);
Disrupter disrupter2(&observer_list, true);
- // Disrupt itself and another guy.
+ // Disrupt itself and another one.
disrupter1.SetDoomed(&disrupter2);
observer_list.AddObserver(&disrupter1);
@@ -880,7 +880,7 @@ TEST(ObserverListTest, BecomesEmptyThanNonEmpty) {
Disrupter disrupter1(&observer_list, true);
Disrupter disrupter2(&observer_list, true);
- // Disrupt itself and another guy.
+ // Disrupt itself and another one.
disrupter1.SetDoomed(&disrupter2);
observer_list.AddObserver(&disrupter1);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698