Index: mash/quick_launch/main.cc |
diff --git a/mash/quick_launch/main.cc b/mash/quick_launch/main.cc |
index d1dcd5a44d2a394142c063759485cd5a199dbb43..9c4ede98fdca7fd095fdac8d85f992ad18489f1c 100644 |
--- a/mash/quick_launch/main.cc |
+++ b/mash/quick_launch/main.cc |
@@ -4,10 +4,10 @@ |
#include "mash/quick_launch/quick_launch_application.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( |
+ shell::ServiceRunner runner( |
new mash::quick_launch::QuickLaunchApplication); |
return runner.Run(shell_handle); |
} |