Index: mash/task_viewer/main.cc |
diff --git a/mash/task_viewer/main.cc b/mash/task_viewer/main.cc |
index f46f999cae07ee231d63d97d681dce1ffe5afab7..7540d5ec5113245f60707bb10395dc5e77cd69d8 100644 |
--- a/mash/task_viewer/main.cc |
+++ b/mash/task_viewer/main.cc |
@@ -4,7 +4,7 @@ |
#include "mash/task_viewer/task_viewer.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::task_viewer::TaskViewer); |