| Index: ash/sysui/main.cc
|
| diff --git a/ash/sysui/main.cc b/ash/sysui/main.cc
|
| index bb4ffdae2363cacb9365ede3a8fded0a937d7a3a..3e36f23936ffaa2667ea9c113de5bddc2cecf85c 100644
|
| --- a/ash/sysui/main.cc
|
| +++ b/ash/sysui/main.cc
|
| @@ -3,10 +3,10 @@
|
| // found in the LICENSE file.
|
|
|
| #include "ash/sysui/sysui_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::sysui::SysUIApplication);
|
| - return runner.Run(shell_handle);
|
| + return runner.Run(service_request_handle);
|
| }
|
|
|