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

Unified Diff: base/test/sequenced_worker_pool_owner.h

Issue 13243003: Move MessageLoop to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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 | « base/message_loop_unittest.cc ('k') | base/timer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/sequenced_worker_pool_owner.h
diff --git a/base/test/sequenced_worker_pool_owner.h b/base/test/sequenced_worker_pool_owner.h
index c6c8d676672501d036213ee0ea3692cdaaafd60b..1cc3fd65d732daae5ede44870f28edffaf55678c 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
« no previous file with comments | « base/message_loop_unittest.cc ('k') | base/timer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698