Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(793)

Unified Diff: ash/sysui/main.cc

Issue 2156203003: shell::ApplicationRunner -> shell::ServiceRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/main.cc ('k') | components/filesystem/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/sysui/main.cc
diff --git a/ash/sysui/main.cc b/ash/sysui/main.cc
index 4ccee7f00a688ca7985ec63fa2c6b4f43dd51a1c..bb4ffdae2363cacb9365ede3a8fded0a937d7a3a 100644
--- a/ash/sysui/main.cc
+++ b/ash/sysui/main.cc
@@ -4,9 +4,9 @@
#include "ash/sysui/sysui_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(new ash::sysui::SysUIApplication);
+ shell::ServiceRunner runner(new ash::sysui::SysUIApplication);
return runner.Run(shell_handle);
}
« no previous file with comments | « ash/mus/main.cc ('k') | components/filesystem/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698