summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/sync/engine/syncer_thread_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer_thread_unittest.cc b/chrome/browser/sync/engine/syncer_thread_unittest.cc
index abc31a5..add70ae 100644
--- a/chrome/browser/sync/engine/syncer_thread_unittest.cc
+++ b/chrome/browser/sync/engine/syncer_thread_unittest.cc
@@ -724,10 +724,10 @@ TEST_F(SyncerThreadWithSyncerTest, FLAKY_NudgeWithDataTypes) {
interceptor.WaitForSyncShare(1, TimeDelta::FromSeconds(1));
EXPECT_EQ(static_cast<unsigned int>(2),
interceptor.times_sync_occured().size());
- EXPECT_TRUE(syncer_thread()->vault_.pending_nudge_types_.none());
// SyncerThread should be waiting again. Signal it to stop.
EXPECT_TRUE(syncer_thread()->Stop(2000));
+ EXPECT_TRUE(syncer_thread()->vault_.pending_nudge_types_.none());
}
TEST_F(SyncerThreadWithSyncerTest, Throttling) {