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

Unified Diff: services/tracing/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 | « services/shell/tests/shutdown/shutdown_service_app.cc ('k') | services/tracing/tracing_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/main.cc
diff --git a/services/tracing/main.cc b/services/tracing/main.cc
index 758efedf985a0df05f8ddeef5fa9cd3a9c4daaca..aa5dd9117803d82b96bfaab2fa4aad588390ddd2 100644
--- a/services/tracing/main.cc
+++ b/services/tracing/main.cc
@@ -3,10 +3,10 @@
// found in the LICENSE file.
#include "mojo/public/c/system/main.h"
-#include "services/shell/public/cpp/application_runner.h"
+#include "services/shell/public/cpp/service_runner.h"
#include "services/tracing/tracing_app.h"
MojoResult MojoMain(MojoHandle shell_handle) {
- shell::ApplicationRunner runner(new tracing::TracingApp);
+ shell::ServiceRunner runner(new tracing::TracingApp);
return runner.Run(shell_handle);
}
« no previous file with comments | « services/shell/tests/shutdown/shutdown_service_app.cc ('k') | services/tracing/tracing_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698