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

Unified Diff: content/public/test/test_browser_thread.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 | « content/public/renderer/render_thread.h ('k') | content/renderer/devtools/devtools_agent_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/test_browser_thread.h
diff --git a/content/public/test/test_browser_thread.h b/content/public/test/test_browser_thread.h
index 24182e153b2ca12e5fe50e17622186de498ac53f..c4c386bb0c5599841ad6a6c6d2ff4393195d71ef 100644
--- a/content/public/test/test_browser_thread.h
+++ b/content/public/test/test_browser_thread.h
@@ -9,9 +9,8 @@
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/browser_thread.h"
-class MessageLoop;
-
namespace base {
+class MessageLoop;
class Thread;
}
@@ -24,7 +23,8 @@ class TestBrowserThreadImpl;
class TestBrowserThread {
public:
explicit TestBrowserThread(BrowserThread::ID identifier);
- TestBrowserThread(BrowserThread::ID identifier, MessageLoop* message_loop);
+ TestBrowserThread(BrowserThread::ID identifier,
+ base::MessageLoop* message_loop);
~TestBrowserThread();
// We provide a subset of the capabilities of the Thread interface
« no previous file with comments | « content/public/renderer/render_thread.h ('k') | content/renderer/devtools/devtools_agent_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698