Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 6255f4a32afee5b8c581d75ab49268b7a4e3fbb9..38e7f5cc25e1dc486038d843b034e2abe715f47e 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -178,8 +178,8 @@ |
#include "components/mus/public/interfaces/window_manager.mojom.h" |
#include "content/common/mojo/mojo_shell_connection_impl.h" |
#include "mojo/converters/network/network_type_converters.h" |
+#include "mojo/edk/embedder/embedder.h" |
#include "mojo/shell/public/cpp/application_impl.h" |
-#include "third_party/mojo/src/mojo/edk/embedder/embedder.h" |
#include "ui/views/mus/window_manager_connection.h" |
#endif |
@@ -913,7 +913,7 @@ int BrowserMainLoop::CreateThreads() { |
int BrowserMainLoop::PreMainMessageLoopRun() { |
#if defined(MOJO_SHELL_CLIENT) |
if (IsRunningInMojoShell()) { |
- mojo::embedder::PreInitializeChildProcess(); |
+ mojo::edk::PreInitializeChildProcess(); |
MojoShellConnectionImpl::Create(); |
MojoShellConnectionImpl::Get()->BindToCommandLinePlatformChannel(); |
#if defined(USE_AURA) |