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

Unified Diff: media/mojo/interfaces/media_service.mojom

Issue 2444623002: media: Rename ServiceFactory to InterfaceFactory (Closed)
Patch Set: media: Rename ServiceFactory to InterfaceFactory 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/interfaces/interface_factory.mojom ('k') | media/mojo/interfaces/service_factory.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_service.mojom
diff --git a/media/mojo/interfaces/media_service.mojom b/media/mojo/interfaces/media_service.mojom
index c66e7dfa495354edb8cfed35bca1ac850f9489d9..3acfa3aef67c7dc1e375e76c3079a7250e642fec 100644
--- a/media/mojo/interfaces/media_service.mojom
+++ b/media/mojo/interfaces/media_service.mojom
@@ -4,10 +4,10 @@
module media.mojom;
-import "media/mojo/interfaces/service_factory.mojom";
+import "media/mojo/interfaces/interface_factory.mojom";
import "services/service_manager/public/interfaces/interface_provider.mojom";
interface MediaService {
- CreateServiceFactory(ServiceFactory& factory,
+ CreateInterfaceFactory(InterfaceFactory& factory,
service_manager.mojom.InterfaceProvider frame_interfaces);
};
« no previous file with comments | « media/mojo/interfaces/interface_factory.mojom ('k') | media/mojo/interfaces/service_factory.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698