Index: examples/ganesh_app/ganesh_app.cc |
diff --git a/examples/ganesh_app/ganesh_app.cc b/examples/ganesh_app/ganesh_app.cc |
index 9c860cc24fe292afdd80f8541e70e562071f4487..f72323fde474f4dce23381474356de13da28e16b 100644 |
--- a/examples/ganesh_app/ganesh_app.cc |
+++ b/examples/ganesh_app/ganesh_app.cc |
@@ -52,7 +52,7 @@ class GaneshApp : public mojo::ApplicationDelegate, |
} // namespace examples |
-MojoResult MojoMain(MojoHandle shell_handle) { |
+MojoResult MojoMain(MojoHandle application_request) { |
mojo::ApplicationRunnerChromium runner(new examples::GaneshApp); |
- return runner.Run(shell_handle); |
+ return runner.Run(application_request); |
} |