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

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

Issue 2434673002: media: Rename MojoMediaApplication to MediaService (Closed)
Patch Set: media: Rename MojoMediaApplication to MediaService Created 4 years, 2 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 | « media/mojo/services/default_mojo_media_client.h ('k') | media/mojo/services/media_service.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 06e0a351606b7c39c2b15121738b09f64e0a736d..98543dcf0d09a7a5610004013f0aabd4f887a5c4 100644
--- a/media/mojo/services/main.cc
+++ b/media/mojo/services/main.cc
@@ -6,7 +6,7 @@
#include "base/bind.h"
#include "base/logging.h"
#include "base/memory/ptr_util.h"
-#include "media/mojo/services/mojo_media_application_factory.h"
+#include "media/mojo/services/media_service_factory.h"
#include "services/service_manager/public/c/main.h"
#include "services/service_manager/public/cpp/service_runner.h"
@@ -31,7 +31,7 @@ MojoResult ServiceMain(MojoHandle mojo_handle) {
logging::InitLogging(settings);
std::unique_ptr<service_manager::Service> service =
- media::CreateMojoMediaApplication(base::Bind(&QuitApplication));
+ media::CreateMediaService(base::Bind(&QuitApplication));
service_manager::ServiceRunner runner(service.release());
g_runner = &runner;
return runner.Run(mojo_handle, false /* init_base */);
« no previous file with comments | « media/mojo/services/default_mojo_media_client.h ('k') | media/mojo/services/media_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698