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

Unified Diff: trunk/src/base/observer_list_unittest.cc

Issue 269893004: Revert 268203 "There are many ways to get it wrong." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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: trunk/src/base/observer_list_unittest.cc
===================================================================
--- trunk/src/base/observer_list_unittest.cc (revision 268216)
+++ trunk/src/base/observer_list_unittest.cc (working copy)
@@ -443,7 +443,7 @@
EXPECT_TRUE(b.added);
// B's adder should not have been notified because it was added during
- // notification.
+ // notificaiton.
EXPECT_EQ(0, b.adder.total);
// Notify again to make sure b's adder is notified.
@@ -467,7 +467,7 @@
EXPECT_TRUE(b.added);
// B's adder should not have been notified because it was added during
- // notification.
+ // notificaiton.
EXPECT_EQ(0, b.adder.total);
// Notify again to make sure b's adder is notified.

Powered by Google App Engine
This is Rietveld 408576698