| Index: mash/login/main.cc
|
| diff --git a/mash/login/main.cc b/mash/login/main.cc
|
| index 2cf87c69635a3e97a5f92164613d92b2ff32a2eb..d439e03039f21cdec6ac990090ce81a3b0bccb5a 100644
|
| --- a/mash/login/main.cc
|
| +++ b/mash/login/main.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "mash/login/login.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(mash::login::CreateLogin());
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(service_request_handle);
|
| }
|
|
|