summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipc/ipc_channel_unittest.cc1
-rw-r--r--ipc/ipc_fuzzing_tests.cc1
-rw-r--r--ipc/ipc_multiprocess_test.h2
-rw-r--r--ipc/ipc_perftests.cc1
-rw-r--r--ipc/ipc_send_fds_test.cc1
-rw-r--r--ipc/ipc_test_base.cc1
-rw-r--r--ipc/sync_socket_unittest.cc1
7 files changed, 1 insertions, 7 deletions
diff --git a/ipc/ipc_channel_unittest.cc b/ipc/ipc_channel_unittest.cc
index cc7136d..aa5da15 100644
--- a/ipc/ipc_channel_unittest.cc
+++ b/ipc/ipc_channel_unittest.cc
@@ -27,7 +27,6 @@
#include "ipc/ipc_sender.h"
#include "ipc/ipc_switches.h"
#include "ipc/ipc_test_base.h"
-#include "testing/multiprocess_func_list.h"
namespace {
diff --git a/ipc/ipc_fuzzing_tests.cc b/ipc/ipc_fuzzing_tests.cc
index f501449..080c643 100644
--- a/ipc/ipc_fuzzing_tests.cc
+++ b/ipc/ipc_fuzzing_tests.cc
@@ -14,7 +14,6 @@
#include "ipc/ipc_multiprocess_test.h"
#include "ipc/ipc_test_base.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "testing/multiprocess_func_list.h"
// IPC messages for testing ----------------------------------------------------
diff --git a/ipc/ipc_multiprocess_test.h b/ipc/ipc_multiprocess_test.h
index da920c1..3bf2ad8 100644
--- a/ipc/ipc_multiprocess_test.h
+++ b/ipc/ipc_multiprocess_test.h
@@ -5,7 +5,7 @@
#ifndef IPC_IPC_MULTIPROCESS_TEST_H_
#define IPC_IPC_MULTIPROCESS_TEST_H_
-#include "base/test/multiprocess_test.h"
+#include "testing/multiprocess_func_list.h"
// Use this macro when your sub-process is using an IPCChannel to communicate
// with the test process.
diff --git a/ipc/ipc_perftests.cc b/ipc/ipc_perftests.cc
index 98aae54..13337c7 100644
--- a/ipc/ipc_perftests.cc
+++ b/ipc/ipc_perftests.cc
@@ -29,7 +29,6 @@
#include "ipc/ipc_multiprocess_test.h"
#include "ipc/ipc_sender.h"
#include "ipc/ipc_test_base.h"
-#include "testing/multiprocess_func_list.h"
namespace {
diff --git a/ipc/ipc_send_fds_test.cc b/ipc/ipc_send_fds_test.cc
index 68b22326..005103c 100644
--- a/ipc/ipc_send_fds_test.cc
+++ b/ipc/ipc_send_fds_test.cc
@@ -19,7 +19,6 @@ extern "C" {
#include "ipc/ipc_message_utils.h"
#include "ipc/ipc_multiprocess_test.h"
#include "ipc/ipc_test_base.h"
-#include "testing/multiprocess_func_list.h"
#if defined(OS_POSIX)
#include "base/file_descriptor_posix.h"
diff --git a/ipc/ipc_test_base.cc b/ipc/ipc_test_base.cc
index 7c4fc5a..7503375 100644
--- a/ipc/ipc_test_base.cc
+++ b/ipc/ipc_test_base.cc
@@ -26,7 +26,6 @@
#include "ipc/ipc_multiprocess_test.h"
#include "ipc/ipc_sender.h"
#include "ipc/ipc_switches.h"
-#include "testing/multiprocess_func_list.h"
const char kTestClientChannel[] = "T1";
const char kReflectorChannel[] = "T2";
diff --git a/ipc/sync_socket_unittest.cc b/ipc/sync_socket_unittest.cc
index b1e91c8..4dba55d 100644
--- a/ipc/sync_socket_unittest.cc
+++ b/ipc/sync_socket_unittest.cc
@@ -16,7 +16,6 @@
#include "ipc/ipc_multiprocess_test.h"
#include "ipc/ipc_test_base.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "testing/multiprocess_func_list.h"
#if defined(OS_POSIX)
#include "base/file_descriptor_posix.h"