| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index d7a4638232a79d3a39c52e6fed61dcf7bec8c612..f7cfb45976ae6a5dcdd7205b1d8c45a8800e0fbe 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -179,6 +179,7 @@
|
| #endif
|
|
|
| #if defined(MOJO_SHELL_CLIENT)
|
| +#include "mojo/shell/public/cpp/connector.h"
|
| #include "ui/views/mus/window_manager_connection.h"
|
| #endif
|
|
|
| @@ -919,7 +920,7 @@ int BrowserMainLoop::PreMainMessageLoopRun() {
|
| MojoShellConnectionImpl::Get()->BindToCommandLinePlatformChannel();
|
| #if defined(MOJO_SHELL_CLIENT) && defined(USE_AURA)
|
| views::WindowManagerConnection::Create(
|
| - MojoShellConnection::Get()->GetShell());
|
| + MojoShellConnection::Get()->GetConnector());
|
| #endif
|
| }
|
|
|
|
|