| Index: ipc/run_all_unittests.cc
|
| diff --git a/ipc/run_all_unittests.cc b/ipc/run_all_unittests.cc
|
| index 26a73955eaf42227b4ed23ef541432dcc0c64920..5f9cc16755f7f53d5e6b893b72e185a3be0c75cd 100644
|
| --- a/ipc/run_all_unittests.cc
|
| +++ b/ipc/run_all_unittests.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #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"
|
|
|
| @@ -14,6 +15,8 @@
|
|
|
| int main(int argc, char** argv) {
|
| #if defined(OS_ANDROID)
|
| + base::InitAndroidMultiProcessTestHelper(main);
|
| +
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| base::RegisterContentUriTestUtils(env);
|
| #endif
|
|
|