| 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 4b55c9f9fac616a198750b1a51143ec7f8bf1e4d..eb923e2a940d8eb4dcd9ac7eaaf3bd00a537d36b 100644
|
| --- a/media/mojo/services/mojo_media_client.h
|
| +++ b/media/mojo/services/mojo_media_client.h
|
| @@ -18,13 +18,11 @@ namespace base {
|
| class SingleThreadTaskRunner;
|
| }
|
|
|
| -namespace mojo {
|
| namespace shell {
|
| namespace mojom {
|
| class InterfaceProvider;
|
| }
|
| }
|
| -}
|
|
|
| namespace media {
|
|
|
| @@ -55,7 +53,7 @@ class MojoMediaClient {
|
|
|
| // Returns the CdmFactory to be used by MojoCdmService.
|
| virtual std::unique_ptr<CdmFactory> CreateCdmFactory(
|
| - mojo::shell::mojom::InterfaceProvider* interface_provider);
|
| + shell::mojom::InterfaceProvider* interface_provider);
|
|
|
| protected:
|
| MojoMediaClient();
|
|
|