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