| 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());
|
|
|
|
|