| Index: ash/mus/main.cc
|
| diff --git a/ash/mus/main.cc b/ash/mus/main.cc
|
| index abc410921761ca1f5bbd98366fd117f6fe71036d..614cdb5bc642a0543dc6d5ec430ce454c905c413 100644
|
| --- a/ash/mus/main.cc
|
| +++ b/ash/mus/main.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "ash/mus/sysui_application.h"
|
| #include "mojo/public/c/system/main.h"
|
| -#include "mojo/shell/public/cpp/application_runner.h"
|
| +#include "services/shell/public/cpp/application_runner.h"
|
|
|
| MojoResult MojoMain(MojoHandle shell_handle) {
|
| mojo::ApplicationRunner runner(new ash::sysui::SysUIApplication);
|
|
|