| Index: mash/session/main.cc
|
| diff --git a/mash/session/main.cc b/mash/session/main.cc
|
| index 1ca0f5b8ac243df4cf90f84213242388893f88cf..317b0e81adb834cab527fac6bba83653aceee3fc 100644
|
| --- a/mash/session/main.cc
|
| +++ b/mash/session/main.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "mash/session/session.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::session::Session);
|
|
|