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

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

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
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 | « media/mojo/services/service_factory_impl.h ('k') | services/catalog/catalog.h » ('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 adc5107c59b9af695f5045f91a16dfb3b61bdaaf..433a8a9beab1bab5da4c9efa8db8cef903b1f607 100644
--- a/media/mojo/services/service_factory_impl.cc
+++ b/media/mojo/services/service_factory_impl.cc
@@ -34,7 +34,7 @@ ServiceFactoryImpl::ServiceFactoryImpl(
mojo::InterfaceRequest<mojom::ServiceFactory> request,
shell::mojom::InterfaceProvider* interfaces,
scoped_refptr<MediaLog> media_log,
- std::unique_ptr<shell::ShellConnectionRef> connection_ref,
+ std::unique_ptr<shell::ServiceContextRef> connection_ref,
MojoMediaClient* mojo_media_client)
: binding_(this, std::move(request)),
#if defined(ENABLE_MOJO_CDM)
« no previous file with comments | « media/mojo/services/service_factory_impl.h ('k') | services/catalog/catalog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698