| Index: mojo/shell/runner/child/test_native_main.cc
|
| diff --git a/mojo/shell/runner/child/test_native_main.cc b/mojo/shell/runner/child/test_native_main.cc
|
| index db735ec49d3d0e1dbb0d24a00ac0af5ea38609ae..f8e4532ee3089e260009006eaa97b7341f089fc5 100644
|
| --- a/mojo/shell/runner/child/test_native_main.cc
|
| +++ b/mojo/shell/runner/child/test_native_main.cc
|
| @@ -57,7 +57,7 @@ int TestNativeMain(mojo::ShellClient* shell_client) {
|
|
|
| mojo::edk::InitIPCSupport(&process_delegate, io_thread.task_runner());
|
|
|
| - mojo::ShellClientRequest request;
|
| + mojom::ShellClientRequest request;
|
| scoped_ptr<mojo::shell::RunnerConnection> connection(
|
| mojo::shell::RunnerConnection::ConnectToRunner(
|
| &request, ScopedMessagePipeHandle()));
|
|
|