Index: services/test_service/test_service_application.cc |
diff --git a/services/test_service/test_service_application.cc b/services/test_service/test_service_application.cc |
index 67da318d2c7e56de1f0da18bd1ad5a7cb4bb56c2..f168cb68365232efca41c79f2fc63a5286b259c5 100644 |
--- a/services/test_service/test_service_application.cc |
+++ b/services/test_service/test_service_application.cc |
@@ -60,7 +60,7 @@ void TestServiceApplication::ReleaseRef() { |
} // namespace test |
} // namespace mojo |
-MojoResult MojoMain(MojoHandle shell_handle) { |
+MojoResult MojoMain(MojoHandle application_request) { |
mojo::ApplicationRunner runner(new mojo::test::TestServiceApplication); |
- return runner.Run(shell_handle); |
+ return runner.Run(application_request); |
} |