| Index: ipc/sync_socket_unittest.cc
|
| diff --git a/ipc/sync_socket_unittest.cc b/ipc/sync_socket_unittest.cc
|
| index 69a2dca59dd0497855742c3329d801f90085c1a3..a5cfc6b03704215415c27e930312837a401f50ef 100644
|
| --- a/ipc/sync_socket_unittest.cc
|
| +++ b/ipc/sync_socket_unittest.cc
|
| @@ -14,7 +14,7 @@
|
| #include "base/threading/thread.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "ipc/ipc_multiprocess_test.h"
|
| -#include "ipc/ipc_tests.h"
|
| +#include "ipc/ipc_test_base.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/multiprocess_func_list.h"
|
|
|
| @@ -164,7 +164,7 @@ class SyncSocketClientListener : public IPC::Listener {
|
| DISALLOW_COPY_AND_ASSIGN(SyncSocketClientListener);
|
| };
|
|
|
| -class SyncSocketTest : public IPCChannelTest {
|
| +class SyncSocketTest : public IPCTestBase {
|
| };
|
|
|
| TEST_F(SyncSocketTest, SanityTest) {
|
|
|