Commit 0c549299 authored by tzik's avatar tzik Committed by Commit bot

[SyncFS] Clean up SequencedWorkerPool in SyncEngineTest

BUG=None

Review URL: https://codereview.chromium.org/595273003

Cr-Commit-Position: refs/heads/master@{#296376}
parent 6d2d4f11
...@@ -73,6 +73,10 @@ class SyncEngineTest : public testing::Test, ...@@ -73,6 +73,10 @@ class SyncEngineTest : public testing::Test,
sync_engine_.reset(); sync_engine_.reset();
WaitForWorkerTaskRunner(); WaitForWorkerTaskRunner();
worker_pool_->Shutdown(); worker_pool_->Shutdown();
worker_task_runner_ = NULL;
worker_pool_ = NULL;
base::RunLoop().RunUntilIdle(); base::RunLoop().RunUntilIdle();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment