| Index: ipc/run_all_unittests.cc
|
| diff --git a/ipc/run_all_unittests.cc b/ipc/run_all_unittests.cc
|
| index 5f9cc16755f7f53d5e6b893b72e185a3be0c75cd..26a73955eaf42227b4ed23ef541432dcc0c64920 100644
|
| --- a/ipc/run_all_unittests.cc
|
| +++ b/ipc/run_all_unittests.cc
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/test/launcher/unit_test_launcher.h"
|
| -#include "base/test/multiprocess_test.h"
|
| #include "base/test/test_suite.h"
|
| #include "build/build_config.h"
|
|
|
| @@ -15,8 +14,6 @@
|
|
|
| int main(int argc, char** argv) {
|
| #if defined(OS_ANDROID)
|
| - base::InitAndroidMultiProcessTestHelper(main);
|
| -
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| base::RegisterContentUriTestUtils(env);
|
| #endif
|
|
|