Index: mash/example/window_type_launcher/main.cc |
diff --git a/mash/example/window_type_launcher/main.cc b/mash/example/window_type_launcher/main.cc |
index f41e6bc484ff18f8d6c8ace1ceaf237c6d572487..3932a375df78a15b815154ae20f937638201d1a5 100644 |
--- a/mash/example/window_type_launcher/main.cc |
+++ b/mash/example/window_type_launcher/main.cc |
@@ -61,7 +61,7 @@ int main(int argc, char** argv) { |
mojo::edk::InitIPCSupport(&process_delegate, io_thread.task_runner().get()); |
- mojo::ShellClientRequest request; |
+ mojo::shell::mojom::ShellClientRequest request; |
scoped_ptr<mojo::shell::RunnerConnection> connection( |
mojo::shell::RunnerConnection::ConnectToRunner( |
&request, mojo::ScopedMessagePipeHandle())); |