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

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

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/mojo_media_application.h ('k') | media/mojo/services/service_factory_impl.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.h
diff --git a/media/mojo/services/service_factory_impl.h b/media/mojo/services/service_factory_impl.h
index 80535716513cb75ad8a48f2fd6daf5d504007ae6..19a1e7433224814c2fdf4a066371424ed3b5a1fc 100644
--- a/media/mojo/services/service_factory_impl.h
+++ b/media/mojo/services/service_factory_impl.h
@@ -12,7 +12,7 @@
#include "media/mojo/services/mojo_cdm_service_context.h"
#include "mojo/public/cpp/bindings/strong_binding.h"
#include "services/shell/public/cpp/connector.h"
-#include "services/shell/public/cpp/shell_connection_ref.h"
+#include "services/shell/public/cpp/service_context_ref.h"
namespace shell {
namespace mojom {
@@ -32,7 +32,7 @@ class ServiceFactoryImpl : public mojom::ServiceFactory {
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);
~ServiceFactoryImpl() final;
@@ -62,7 +62,7 @@ class ServiceFactoryImpl : public mojom::ServiceFactory {
#endif
scoped_refptr<MediaLog> media_log_;
- std::unique_ptr<shell::ShellConnectionRef> connection_ref_;
+ std::unique_ptr<shell::ServiceContextRef> connection_ref_;
MojoMediaClient* mojo_media_client_;
DISALLOW_COPY_AND_ASSIGN(ServiceFactoryImpl);
« no previous file with comments | « media/mojo/services/mojo_media_application.h ('k') | media/mojo/services/service_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698