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

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

Issue 1684783002: Rename ServiceProvider to InterfaceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 10 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_client.cc ('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 494f4c01e91566b20687b1e4560d0ebb8c8acc91..9a69e4f2d6e46560173eef761599e9cfb140ce4d 100644
--- a/media/mojo/services/service_factory_impl.h
+++ b/media/mojo/services/service_factory_impl.h
@@ -13,7 +13,7 @@
namespace mojo {
class AppRefCount;
-class ServiceProvider;
+class InterfaceProvider;
}
namespace media {
@@ -26,7 +26,7 @@ class RendererFactory;
class ServiceFactoryImpl : public interfaces::ServiceFactory {
public:
ServiceFactoryImpl(mojo::InterfaceRequest<interfaces::ServiceFactory> request,
- mojo::ServiceProvider* service_provider,
+ mojo::InterfaceProvider* interfaces,
scoped_refptr<MediaLog> media_log,
scoped_ptr<mojo::AppRefCount> parent_app_refcount,
MojoMediaClient* mojo_media_client);
@@ -45,7 +45,7 @@ class ServiceFactoryImpl : public interfaces::ServiceFactory {
MojoCdmServiceContext cdm_service_context_;
mojo::StrongBinding<interfaces::ServiceFactory> binding_;
- mojo::ServiceProvider* service_provider_;
+ mojo::InterfaceProvider* interfaces_;
scoped_refptr<MediaLog> media_log_;
scoped_ptr<mojo::AppRefCount> parent_app_refcount_;
MojoMediaClient* mojo_media_client_;
« no previous file with comments | « media/mojo/services/mojo_media_client.cc ('k') | media/mojo/services/service_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698