Index: mash/catalog_viewer/main.cc |
diff --git a/mash/catalog_viewer/main.cc b/mash/catalog_viewer/main.cc |
index 2703fe707fca36e909656632273a872824f47c28..8ee30bc6686efb90870efbce92369db96b278495 100644 |
--- a/mash/catalog_viewer/main.cc |
+++ b/mash/catalog_viewer/main.cc |
@@ -4,9 +4,9 @@ |
#include "mash/catalog_viewer/catalog_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::catalog_viewer::CatalogViewer); |
+ shell::ServiceRunner runner(new mash::catalog_viewer::CatalogViewer); |
return runner.Run(shell_handle); |
} |