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

Unified Diff: content/utility/utility_service_factory.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 | « content/shell/browser/shell_content_browser_client.cc ('k') | media/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/utility/utility_service_factory.cc
diff --git a/content/utility/utility_service_factory.cc b/content/utility/utility_service_factory.cc
index 60be6b06e344188869a5b811fbea0fd5974c7c51..2b7d5b63c5b688e84c02fc02852f6ca48a1bc7b9 100644
--- a/content/utility/utility_service_factory.cc
+++ b/content/utility/utility_service_factory.cc
@@ -11,7 +11,7 @@
#include "content/utility/utility_thread_impl.h"
#if defined(ENABLE_MOJO_MEDIA_IN_UTILITY_PROCESS)
-#include "media/mojo/services/mojo_media_application_factory.h" // nogncheck
+#include "media/mojo/services/media_service_factory.h" // nogncheck
#endif
namespace content {
@@ -25,7 +25,7 @@ void UtilityServiceFactory::RegisterServices(ServiceMap* services) {
#if defined(ENABLE_MOJO_MEDIA_IN_UTILITY_PROCESS)
ServiceInfo info;
- info.factory = base::Bind(&media::CreateMojoMediaApplication);
+ info.factory = base::Bind(&media::CreateMediaService);
services->insert(std::make_pair("service:media", info));
#endif
}
« no previous file with comments | « content/shell/browser/shell_content_browser_client.cc ('k') | media/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698