summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_tests.h')
-rw-r--r--ipc/ipc_tests.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ipc/ipc_tests.h b/ipc/ipc_tests.h
index 89117ab..09a5ab8 100644
--- a/ipc/ipc_tests.h
+++ b/ipc/ipc_tests.h
@@ -40,11 +40,10 @@ class IPCChannelTest : public MultiProcessTest {
virtual void TearDown();
// Spawns a child process of the specified type
- base::ProcessHandle SpawnChild(ChildType child_type,
- IPC::Channel *channel);
+ base::ProcessHandle SpawnChild(ChildType child_type, IPC::Channel* channel);
// Created around each test instantiation.
- MessageLoopForIO *message_loop_;
+ MessageLoopForIO* message_loop_;
};
#endif // IPC_IPC_TESTS_H__