Index: mash/init/main.cc |
diff --git a/mash/init/main.cc b/mash/init/main.cc |
index 7ca161ec0300653eed292ef85fe5253dfd7d48f2..5add326220610acd5ea7301c654d7f91189e7783 100644 |
--- a/mash/init/main.cc |
+++ b/mash/init/main.cc |
@@ -4,9 +4,9 @@ |
#include "mash/init/init.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::init::Init); |
+ shell::ServiceRunner runner(new mash::init::Init); |
return runner.Run(shell_handle); |
} |