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

Unified Diff: ipc/ipc_test_base.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 | « extensions/browser/file_reader.h ('k') | jingle/glue/channel_socket_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_test_base.h
diff --git a/ipc/ipc_test_base.h b/ipc/ipc_test_base.h
index 2afb720c0ea984715befb419c37d693c22f4c76e..2ce2d76e3870b21e2a0079b966a3e681b23713de 100644
--- a/ipc/ipc_test_base.h
+++ b/ipc/ipc_test_base.h
@@ -15,7 +15,9 @@
#include "ipc/ipc_channel_proxy.h"
#include "ipc/ipc_multiprocess_test.h"
+namespace base {
class MessageLoopForIO;
+}
// A test fixture for multiprocess IPC tests. Such tests include a "client" side
// (running in a separate process). The same client may be shared between
@@ -82,7 +84,7 @@ class IPCTestBase : public base::MultiProcessTest {
private:
std::string test_client_name_;
- scoped_ptr<MessageLoopForIO> message_loop_;
+ scoped_ptr<base::MessageLoopForIO> message_loop_;
scoped_ptr<IPC::Channel> channel_;
scoped_ptr<IPC::ChannelProxy> channel_proxy_;
« no previous file with comments | « extensions/browser/file_reader.h ('k') | jingle/glue/channel_socket_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698