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

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

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/mojo_media_application_factory.cc ('k') | media/mojo/services/mojo_media_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_media_client.h
diff --git a/media/mojo/services/mojo_media_client.h b/media/mojo/services/mojo_media_client.h
index f07d4c4f461ae71b779677ec67149f79a127c1c1..c6020662013bf40fa2b02c12d4854d299b32c934 100644
--- a/media/mojo/services/mojo_media_client.h
+++ b/media/mojo/services/mojo_media_client.h
@@ -15,7 +15,7 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace shell {
+namespace service_manager {
namespace mojom {
class InterfaceProvider;
}
@@ -63,7 +63,7 @@ class MEDIA_MOJO_EXPORT MojoMediaClient {
// Returns the CdmFactory to be used by MojoCdmService.
virtual std::unique_ptr<CdmFactory> CreateCdmFactory(
- shell::mojom::InterfaceProvider* interface_provider);
+ service_manager::mojom::InterfaceProvider* interface_provider);
protected:
MojoMediaClient();
« no previous file with comments | « media/mojo/services/mojo_media_application_factory.cc ('k') | media/mojo/services/mojo_media_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698