Index: mash/login/main.cc |
diff --git a/mash/login/main.cc b/mash/login/main.cc |
index 7b206f2072832592fc90544d0c42604441441e02..2cf87c69635a3e97a5f92164613d92b2ff32a2eb 100644 |
--- a/mash/login/main.cc |
+++ b/mash/login/main.cc |
@@ -4,9 +4,9 @@ |
#include "mash/login/login.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(mash::login::CreateLogin()); |
+ shell::ServiceRunner runner(mash::login::CreateLogin()); |
return runner.Run(shell_handle); |
} |