| Index: ash/mus/main.cc
|
| diff --git a/ash/mus/main.cc b/ash/mus/main.cc
|
| index dd53573361649bfc2332859eff26d60c406b5be4..aa93e547d32c5f624b9e173cae3962b114abad98 100644
|
| --- a/ash/mus/main.cc
|
| +++ b/ash/mus/main.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "ash/mus/window_manager_application.h"
|
| -#include "mojo/public/c/system/main.h"
|
| +#include "services/shell/public/c/main.h"
|
| #include "services/shell/public/cpp/service_runner.h"
|
|
|
| -MojoResult MojoMain(MojoHandle shell_handle) {
|
| +MojoResult ServiceMain(MojoHandle service_request_handle) {
|
| shell::ServiceRunner runner(new ash::mus::WindowManagerApplication);
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(service_request_handle);
|
| }
|
|
|