| Index: examples/nesting_app/nesting_app.cc
|
| diff --git a/examples/nesting_app/nesting_app.cc b/examples/nesting_app/nesting_app.cc
|
| index 065d6295261e34f85c3dd41127dd470a4ec261a6..dc63f53509963d9c3410e690629b4b84c864dc8f 100644
|
| --- a/examples/nesting_app/nesting_app.cc
|
| +++ b/examples/nesting_app/nesting_app.cc
|
| @@ -101,7 +101,7 @@ class NestingApp
|
| } // namespace examples
|
| } // namespace mojo
|
|
|
| -MojoResult MojoMain(MojoHandle shell_handle) {
|
| +MojoResult MojoMain(MojoHandle application_request) {
|
| mojo::ApplicationRunnerChromium runner(new mojo::examples::NestingApp);
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(application_request);
|
| }
|
|
|