| Index: services/http_server/http_server_app.cc
|
| diff --git a/services/http_server/http_server_app.cc b/services/http_server/http_server_app.cc
|
| index 5a729390e2922e35c6bee92ff08152dfe7785414..1ca6d076023ee6e85a5289b585ba6585f785e647 100644
|
| --- a/services/http_server/http_server_app.cc
|
| +++ b/services/http_server/http_server_app.cc
|
| @@ -46,7 +46,7 @@ class HttpServerApp : public mojo::ApplicationDelegate,
|
|
|
| } // namespace http_server
|
|
|
| -MojoResult MojoMain(MojoHandle shell_handle) {
|
| +MojoResult MojoMain(MojoHandle application_request) {
|
| mojo::ApplicationRunner runner(new http_server::HttpServerApp);
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(application_request);
|
| }
|
|
|