Index: url/run_all_unittests.cc |
diff --git a/url/run_all_unittests.cc b/url/run_all_unittests.cc |
index c0b306a2e0311fe7a0eb3188d37781f294fed632..fcafd0331ee79e700010f566a8e9ed6b9fc30304 100644 |
--- a/url/run_all_unittests.cc |
+++ b/url/run_all_unittests.cc |
@@ -13,7 +13,6 @@ |
#if !defined(OS_IOS) |
#include "mojo/edk/embedder/embedder.h" // nogncheck |
-#include "mojo/edk/test/scoped_ipc_support.h" // nogncheck |
#endif |
int main(int argc, char** argv) { |
@@ -21,10 +20,6 @@ int main(int argc, char** argv) { |
#if !defined(OS_IOS) |
mojo::edk::Init(); |
- base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart); |
- std::unique_ptr<mojo::edk::test::ScopedIPCSupport> ipc_support; |
- ipc_support.reset( |
- new mojo::edk::test::ScopedIPCSupport(test_io_thread.task_runner())); |
#endif |
return base::LaunchUnitTests( |