diff options
Diffstat (limited to 'base/test')
-rw-r--r-- | base/test/sequenced_worker_pool_owner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/test/sequenced_worker_pool_owner.h b/base/test/sequenced_worker_pool_owner.h index c6c8d676..1cc3fd6 100644 --- a/base/test/sequenced_worker_pool_owner.h +++ b/base/test/sequenced_worker_pool_owner.h @@ -15,10 +15,10 @@ #include "base/synchronization/lock.h" #include "base/threading/sequenced_worker_pool.h" -class MessageLoop; - namespace base { +class MessageLoop; + // Wrapper around SequencedWorkerPool for testing that blocks destruction // until the pool is actually destroyed. This is so that a // SequencedWorkerPool from one test doesn't outlive its test and cause |