Index: mash/task_viewer/main.cc |
diff --git a/mash/task_viewer/main.cc b/mash/task_viewer/main.cc |
index 28baa09abde3290879a976ef9210d74f5a49ffb0..fe2e40d938590200672c0caeb418d993c5142f5c 100644 |
--- a/mash/task_viewer/main.cc |
+++ b/mash/task_viewer/main.cc |
@@ -3,8 +3,8 @@ |
// found in the LICENSE file. |
#include "mash/task_viewer/task_viewer_application_delegate.h" |
-#include "mojo/application/public/cpp/application_runner.h" |
#include "mojo/public/c/system/main.h" |
+#include "mojo/shell/public/cpp/application_runner.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
mojo::ApplicationRunner runner( |