| Index: content/common/mojo/mojo_shell_connection_impl.cc
|
| diff --git a/content/common/mojo/mojo_shell_connection_impl.cc b/content/common/mojo/mojo_shell_connection_impl.cc
|
| index 2e4617cad9cfa3ea2a4c01c9df90abf744ccf249..282b4b1413aef05186f6d3c8d3721394f3882c40 100644
|
| --- a/content/common/mojo/mojo_shell_connection_impl.cc
|
| +++ b/content/common/mojo/mojo_shell_connection_impl.cc
|
| @@ -64,7 +64,7 @@ MojoShellConnectionImpl::~MojoShellConnectionImpl() {
|
|
|
| void MojoShellConnectionImpl::WaitForShell(
|
| mojo::ScopedMessagePipeHandle handle) {
|
| - mojo::ShellClientRequest request;
|
| + mojo::shell::mojom::ShellClientRequest request;
|
| runner_connection_.reset(mojo::shell::RunnerConnection::ConnectToRunner(
|
| &request, std::move(handle)));
|
| shell_connection_.reset(new mojo::ShellConnection(this, std::move(request)));
|
|
|