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

Unified Diff: sync/engine/sync_scheduler_unittest.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month 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 | « sandbox/win/src/app_container.h ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler_unittest.cc
diff --git a/sync/engine/sync_scheduler_unittest.cc b/sync/engine/sync_scheduler_unittest.cc
index 9f621a093be813f20efa518a3a5ca2ee018ea3a4..dbf6fda9cc6f0c1177231b71490c14c66cea4461 100644
--- a/sync/engine/sync_scheduler_unittest.cc
+++ b/sync/engine/sync_scheduler_unittest.cc
@@ -719,7 +719,6 @@ TEST_F(SyncSchedulerTest, ThrottlingDoesThrottle) {
PumpLoop();
ASSERT_EQ(0, ready_counter.times_called());
ASSERT_EQ(1, retry_counter.times_called());
-
}
TEST_F(SyncSchedulerTest, ThrottlingExpiresFromPoll) {
@@ -1084,7 +1083,6 @@ TEST_F(SyncSchedulerTest, BackoffDropsJobs) {
PumpLoop();
ASSERT_EQ(0, ready_counter.times_called());
ASSERT_EQ(1, retry_counter.times_called());
-
}
// Test that backoff is shaping traffic properly with consecutive errors.
@@ -1201,7 +1199,7 @@ TEST_F(SyncSchedulerTest, TransientPollFailure) {
StartSyncScheduler(base::Time());
- // Run the unsucessful poll. The failed poll should not trigger backoff.
+ // Run the unsuccessful poll. The failed poll should not trigger backoff.
RunLoop();
EXPECT_TRUE(scheduler()->IsBackingOff());
« no previous file with comments | « sandbox/win/src/app_container.h ('k') | sync/syncable/directory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698