Index: mojo/shell/runner/host/child_process_host.cc |
diff --git a/mojo/shell/runner/host/child_process_host.cc b/mojo/shell/runner/host/child_process_host.cc |
index 2b3cfc943c7d5893ecb6ab3e6835d4355c37d0fb..df4566019b9889ec5b3cf9f99a0675e2df759eca 100644 |
--- a/mojo/shell/runner/host/child_process_host.cc |
+++ b/mojo/shell/runner/host/child_process_host.cc |
@@ -22,7 +22,6 @@ |
#include "mojo/public/cpp/bindings/interface_ptr_info.h" |
#include "mojo/public/cpp/system/core.h" |
#include "mojo/shell/runner/common/switches.h" |
-#include "third_party/mojo/src/mojo/edk/embedder/embedder.h" |
#if defined(OS_LINUX) && !defined(OS_ANDROID) |
#include "sandbox/linux/services/namespace_sandbox.h" |
@@ -197,9 +196,9 @@ void ChildProcessHost::DoLaunch() { |
platform_channel_pair_.ChildProcessLaunched(); |
if (node_channel_.get()) { |
node_channel_->ChildProcessLaunched(); |
- mojo::embedder::ChildProcessLaunched( |
+ mojo::edk::ChildProcessLaunched( |
child_process_.Handle(), |
- mojo::embedder::ScopedPlatformHandle(mojo::embedder::PlatformHandle( |
+ mojo::edk::ScopedPlatformHandle(mojo::edk::PlatformHandle( |
node_channel_->PassServerHandle().release().handle))); |
} |
} |