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

Unified Diff: media/mojo/services/main.cc

Issue 2192263002: MojoMain() -> ServiceMain() (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 | « mash/webtest/webtest.cc ('k') | mojo/public/c/system/core.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/main.cc
diff --git a/media/mojo/services/main.cc b/media/mojo/services/main.cc
index 633f0dedb80a947f47427e714e2dcf5c2106d809..6b78cde58a3592d9fe41985d1e64698787d476e8 100644
--- a/media/mojo/services/main.cc
+++ b/media/mojo/services/main.cc
@@ -8,7 +8,7 @@
#include "base/memory/ptr_util.h"
#include "media/mojo/services/mojo_media_application.h"
#include "media/mojo/services/test_mojo_media_client.h"
-#include "mojo/public/c/system/main.h"
+#include "services/shell/public/c/main.h"
#include "services/shell/public/cpp/service_runner.h"
namespace {
@@ -22,7 +22,7 @@ void QuitApplication() {
} // namespace
-MojoResult MojoMain(MojoHandle mojo_handle) {
+MojoResult ServiceMain(MojoHandle mojo_handle) {
// Enable logging.
base::AtExitManager at_exit;
shell::ServiceRunner::InitBaseCommandLine();
« no previous file with comments | « mash/webtest/webtest.cc ('k') | mojo/public/c/system/core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698