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

Unified Diff: media/mojo/services/service_factory_impl.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_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 f6ea34db36f6be08b3f6571a8ad445e91c12a992..85d22a12133cb752b75c7b87197253f0dbd015c2 100644
--- a/media/mojo/services/service_factory_impl.h
+++ b/media/mojo/services/service_factory_impl.h
@@ -13,7 +13,7 @@
#include "services/service_manager/public/cpp/connector.h"
#include "services/service_manager/public/cpp/service_context_ref.h"
-namespace shell {
+namespace service_manager {
namespace mojom {
class InterfaceProvider;
}
@@ -28,10 +28,11 @@ class RendererFactory;
class ServiceFactoryImpl : public mojom::ServiceFactory {
public:
- ServiceFactoryImpl(shell::mojom::InterfaceProviderPtr interfaces,
- scoped_refptr<MediaLog> media_log,
- std::unique_ptr<shell::ServiceContextRef> connection_ref,
- MojoMediaClient* mojo_media_client);
+ ServiceFactoryImpl(
+ service_manager::mojom::InterfaceProviderPtr interfaces,
+ scoped_refptr<MediaLog> media_log,
+ std::unique_ptr<service_manager::ServiceContextRef> connection_ref,
+ MojoMediaClient* mojo_media_client);
~ServiceFactoryImpl() final;
// mojom::ServiceFactory implementation.
@@ -58,11 +59,11 @@ class ServiceFactoryImpl : public mojom::ServiceFactory {
#if defined(ENABLE_MOJO_CDM)
std::unique_ptr<CdmFactory> cdm_factory_;
- shell::mojom::InterfaceProviderPtr interfaces_;
+ service_manager::mojom::InterfaceProviderPtr interfaces_;
#endif // defined(ENABLE_MOJO_CDM)
scoped_refptr<MediaLog> media_log_;
- std::unique_ptr<shell::ServiceContextRef> connection_ref_;
+ std::unique_ptr<service_manager::ServiceContextRef> connection_ref_;
MojoMediaClient* mojo_media_client_;
DISALLOW_COPY_AND_ASSIGN(ServiceFactoryImpl);
« 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