Index: mash/task_viewer/main.cc |
diff --git a/mash/task_viewer/main.cc b/mash/task_viewer/main.cc |
index 6e4869d6445d7f25c363dbf6a27feeb56212f8e2..9cb99d8e5866b969014559a838e04da811376c78 100644 |
--- a/mash/task_viewer/main.cc |
+++ b/mash/task_viewer/main.cc |
@@ -4,9 +4,9 @@ |
#include "mash/task_viewer/task_viewer.h" |
#include "mojo/public/c/system/main.h" |
-#include "services/shell/public/cpp/application_runner.h" |
+#include "services/shell/public/cpp/service_runner.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
- shell::ApplicationRunner runner(new mash::task_viewer::TaskViewer); |
+ shell::ServiceRunner runner(new mash::task_viewer::TaskViewer); |
return runner.Run(shell_handle); |
} |