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

Unified Diff: media/mojo/common/mojo_shared_buffer_video_frame.h

Issue 1977173002: Rename media::interfaces to media::mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + chromeos files Created 4 years, 7 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/common/media_type_converters_unittest.cc ('k') | media/mojo/interfaces/audio_decoder.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « media/mojo/common/media_type_converters_unittest.cc ('k') | media/mojo/interfaces/audio_decoder.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698