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

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

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . 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/service_factory_impl.h ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/service_factory_impl.cc
diff --git a/media/mojo/services/service_factory_impl.cc b/media/mojo/services/service_factory_impl.cc
index 2074c0381a69a9bdc734c283abb56a9461bad6e1..6d62b3483f33616b7ee71b0a9efe3e918ca85b1c 100644
--- a/media/mojo/services/service_factory_impl.cc
+++ b/media/mojo/services/service_factory_impl.cc
@@ -34,9 +34,9 @@
namespace media {
ServiceFactoryImpl::ServiceFactoryImpl(
- shell::mojom::InterfaceProviderPtr interfaces,
+ service_manager::mojom::InterfaceProviderPtr interfaces,
scoped_refptr<MediaLog> media_log,
- std::unique_ptr<shell::ServiceContextRef> connection_ref,
+ std::unique_ptr<service_manager::ServiceContextRef> connection_ref,
MojoMediaClient* mojo_media_client)
:
#if defined(ENABLE_MOJO_CDM)
« no previous file with comments | « media/mojo/services/service_factory_impl.h ('k') | media/test/pipeline_integration_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698