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

Unified Diff: trunk/src/chrome/browser/sync/test/integration/sync_test.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/chrome/browser/sync/test/integration/sync_test.cc
===================================================================
--- trunk/src/chrome/browser/sync/test/integration/sync_test.cc (revision 268216)
+++ trunk/src/chrome/browser/sync/test/integration/sync_test.cc (working copy)
@@ -382,7 +382,7 @@
EXPECT_FALSE(GetClient(index) == NULL) << "Could not create Client "
<< index << ".";
- // Start listening for and emitting notifications of commits.
+ // Start listening for and emitting notificaitons of commits.
invalidation_forwarders_[index] =
new P2PInvalidationForwarder(clients_[index]->service(),
p2p_invalidation_service);

Powered by Google App Engine
This is Rietveld 408576698