| Index: chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| diff --git a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| index a7f75bf5e68179f20ff3ca450418c52cc66281ea..0a1fe7e0c33e37612829d7e5c95f01278ca3bc88 100644
|
| --- a/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| +++ b/chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc
|
| @@ -51,7 +51,6 @@
|
| #include "ipc/ipc_descriptors.h"
|
| #include "ipc/ipc_multiprocess_test.h"
|
| #include "ipc/ipc_switches.h"
|
| -#include "mojo/edk/embedder/embedder.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/multiprocess_func_list.h"
|
| @@ -249,9 +248,6 @@
|
| // Takes ownership of the pointer, but we can use it since we have the same
|
| // lifetime.
|
| EXPECT_TRUE(service_process.Initialize(&main_message_loop, state));
|
| -
|
| - // Needed for IPC.
|
| - mojo::edk::Init();
|
|
|
| MockServiceIPCServer server(&service_process,
|
| service_process.io_task_runner(),
|
|
|