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

Unified Diff: media/mojo/clients/mojo_cdm_factory.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 | « mash/webtest/webtest.cc ('k') | media/mojo/clients/mojo_cdm_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_cdm_factory.h
diff --git a/media/mojo/clients/mojo_cdm_factory.h b/media/mojo/clients/mojo_cdm_factory.h
index ebfc043c1d9382534c3a44330198b7da11052438..41561623035da0f7ccb442beaf09adc9bf0a8560 100644
--- a/media/mojo/clients/mojo_cdm_factory.h
+++ b/media/mojo/clients/mojo_cdm_factory.h
@@ -8,7 +8,7 @@
#include "base/macros.h"
#include "media/base/cdm_factory.h"
-namespace shell {
+namespace service_manager {
namespace mojom {
class InterfaceProvider;
}
@@ -18,7 +18,8 @@ namespace media {
class MojoCdmFactory : public CdmFactory {
public:
- explicit MojoCdmFactory(shell::mojom::InterfaceProvider* interface_provider);
+ explicit MojoCdmFactory(
+ service_manager::mojom::InterfaceProvider* interface_provider);
~MojoCdmFactory() final;
// CdmFactory implementation.
@@ -32,7 +33,7 @@ class MojoCdmFactory : public CdmFactory {
const CdmCreatedCB& cdm_created_cb) final;
private:
- shell::mojom::InterfaceProvider* interface_provider_;
+ service_manager::mojom::InterfaceProvider* interface_provider_;
DISALLOW_COPY_AND_ASSIGN(MojoCdmFactory);
};
« no previous file with comments | « mash/webtest/webtest.cc ('k') | media/mojo/clients/mojo_cdm_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698