| Index: mash/wm/main.cc
|
| diff --git a/mash/wm/main.cc b/mash/wm/main.cc
|
| index 07da84f6aacbdc970a4bd61241546fb2131192de..ebfa0ec330b53ff0795eb0f02c8d9f92c3d5478c 100644
|
| --- a/mash/wm/main.cc
|
| +++ b/mash/wm/main.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "mash/wm/window_manager_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 mash::wm::WindowManagerApplication);
|
|
|