| Index: media/mojo/common/mojo_shared_buffer_video_frame.h
|
| diff --git a/media/mojo/common/mojo_shared_buffer_video_frame.h b/media/mojo/common/mojo_shared_buffer_video_frame.h
|
| index 11f96f7350cd361914b77eb3c3b2e8173dfd8a63..e3df933296fef2b97b392c1084dbe6e3eaa058b7 100644
|
| --- a/media/mojo/common/mojo_shared_buffer_video_frame.h
|
| +++ b/media/mojo/common/mojo_shared_buffer_video_frame.h
|
| @@ -25,7 +25,7 @@ class StructPtr;
|
|
|
| namespace media {
|
|
|
| -namespace interfaces {
|
| +namespace mojom {
|
| class VideoFrame;
|
| }
|
|
|
| @@ -80,7 +80,7 @@ class MojoSharedBufferVideoFrame : public VideoFrame {
|
| private:
|
| // mojo::TypeConverter added as a friend so that MojoSharedBufferVideoFrame
|
| // can be transferred across a mojo connection.
|
| - friend struct mojo::TypeConverter<mojo::StructPtr<interfaces::VideoFrame>,
|
| + friend struct mojo::TypeConverter<mojo::StructPtr<mojom::VideoFrame>,
|
| scoped_refptr<VideoFrame>>;
|
| friend class MojoDecryptorService;
|
|
|
|
|