| Index: examples/versioning/hr_system_client.cc
|
| diff --git a/examples/versioning/hr_system_client.cc b/examples/versioning/hr_system_client.cc
|
| index cbab01f8e10610fc8769520afd14cb5d1109089f..9e9e93509eb492b2a72822ecfee0b242ea4dfb23 100644
|
| --- a/examples/versioning/hr_system_client.cc
|
| +++ b/examples/versioning/hr_system_client.cc
|
| @@ -62,7 +62,7 @@ class HumanResourceSystemClient : public ApplicationDelegate {
|
| } // namespace examples
|
| } // namespace mojo
|
|
|
| -MojoResult MojoMain(MojoHandle shell_handle) {
|
| +MojoResult MojoMain(MojoHandle application_request) {
|
| mojo::ApplicationRunner runner(new mojo::examples::HumanResourceSystemClient);
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(application_request);
|
| }
|
|
|