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

Unified Diff: media/mojo/clients/mojo_decoder_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 | « media/mojo/clients/mojo_cdm_factory.cc ('k') | media/mojo/clients/mojo_decoder_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/clients/mojo_decoder_factory.h
diff --git a/media/mojo/clients/mojo_decoder_factory.h b/media/mojo/clients/mojo_decoder_factory.h
index 0324f2a5af38f1701c2532e50d5914a3771bd173..c808dbc4565091e9e68fe79642011ccf6ce100fa 100644
--- a/media/mojo/clients/mojo_decoder_factory.h
+++ b/media/mojo/clients/mojo_decoder_factory.h
@@ -14,7 +14,7 @@ namespace media {
class MojoDecoderFactory : public DecoderFactory {
public:
explicit MojoDecoderFactory(
- shell::mojom::InterfaceProvider* interface_provider);
+ service_manager::mojom::InterfaceProvider* interface_provider);
~MojoDecoderFactory() final;
void CreateAudioDecoders(
@@ -27,7 +27,7 @@ class MojoDecoderFactory : public DecoderFactory {
ScopedVector<VideoDecoder>* video_decoders) final;
private:
- shell::mojom::InterfaceProvider* interface_provider_;
+ service_manager::mojom::InterfaceProvider* interface_provider_;
DISALLOW_COPY_AND_ASSIGN(MojoDecoderFactory);
};
« no previous file with comments | « media/mojo/clients/mojo_cdm_factory.cc ('k') | media/mojo/clients/mojo_decoder_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698