| Index: mash/init/main.cc
|
| diff --git a/mash/init/main.cc b/mash/init/main.cc
|
| index 65d47890eeea08c963671fa9f465f019c0737cc4..8063dce5ee56e526906503dfd8339d9211efe149 100644
|
| --- a/mash/init/main.cc
|
| +++ b/mash/init/main.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "mash/init/init.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 mash::init::Init);
|
|
|