Index: services/nacl/content_handler_main.cc |
diff --git a/services/nacl/content_handler_main.cc b/services/nacl/content_handler_main.cc |
index a418ddf2c49dfd7d13472e381bb5cc809734ec80..2b960c2c95ad2181614adb9b6266116b32f49866 100644 |
--- a/services/nacl/content_handler_main.cc |
+++ b/services/nacl/content_handler_main.cc |
@@ -174,8 +174,8 @@ class NaClContentHandler : public mojo::ApplicationDelegate, |
} // namespace content_handler |
} // namespace nacl |
-MojoResult MojoMain(MojoHandle shell_handle) { |
+MojoResult MojoMain(MojoHandle application_request) { |
mojo::ApplicationRunnerChromium runner( |
new nacl::content_handler::NaClContentHandler()); |
- return runner.Run(shell_handle); |
+ return runner.Run(application_request); |
} |