Index: examples/indirect_service/indirect_integer_service.cc |
diff --git a/examples/indirect_service/indirect_integer_service.cc b/examples/indirect_service/indirect_integer_service.cc |
index 2104da6aca60a9bfa78781fe8bef0f4f5b2a39dd..67fe4208c699b6a27237e2e858503844d12187d8 100644 |
--- a/examples/indirect_service/indirect_integer_service.cc |
+++ b/examples/indirect_service/indirect_integer_service.cc |
@@ -69,9 +69,9 @@ class IndirectIntegerServiceAppDelegate |
} // namespace examples |
} // namespace mojo |
-MojoResult MojoMain(MojoHandle shell_handle) { |
+MojoResult MojoMain(MojoHandle application_request) { |
mojo::ApplicationRunner runner( |
new mojo::examples::IndirectIntegerServiceAppDelegate); |
- return runner.Run(shell_handle); |
+ return runner.Run(application_request); |
} |