| 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 563ab5c7754f943bd8ec999a4125c7620979cbac..3e63eec525b3b4288dcb7af0299c8f7cfffacfa9 100644
|
| --- a/mojo/shell/runner/child/test_native_main.cc
|
| +++ b/mojo/shell/runner/child/test_native_main.cc
|
| @@ -60,7 +60,7 @@ int TestNativeMain(mojo::ApplicationDelegate* application_delegate) {
|
| mojo::embedder::ProcessType::NONE, &process_delegate,
|
| io_thread.task_runner().get(), mojo::embedder::ScopedPlatformHandle());
|
|
|
| - mojo::InterfaceRequest<mojo::Application> application_request;
|
| + mojo::ApplicationRequest application_request;
|
| scoped_ptr<mojo::shell::RunnerConnection> connection(
|
| mojo::shell::RunnerConnection::ConnectToRunner(
|
| &application_request, ScopedMessagePipeHandle()));
|
|
|