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

Unified Diff: media/base/audio_buffer.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 | « content/renderer/media/media_interface_provider.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/audio_buffer.h
diff --git a/media/base/audio_buffer.h b/media/base/audio_buffer.h
index 9f2ac628477bb106ee38bae1fc38d39518c97eca..5626c6721e9145357725e6f43a5571fc909cfca1 100644
--- a/media/base/audio_buffer.h
+++ b/media/base/audio_buffer.h
@@ -29,7 +29,7 @@ class StructPtr;
namespace media {
class AudioBus;
-namespace interfaces {
+namespace mojom {
class AudioBuffer;
}
@@ -152,7 +152,7 @@ class MEDIA_EXPORT AudioBuffer
// mojo::TypeConverter added as a friend so that AudioBuffer can be
// transferred across a mojo connection.
- friend struct mojo::TypeConverter<mojo::StructPtr<interfaces::AudioBuffer>,
+ friend struct mojo::TypeConverter<mojo::StructPtr<mojom::AudioBuffer>,
scoped_refptr<AudioBuffer>>;
// Allocates aligned contiguous buffer to hold all channel data (1 block for
« no previous file with comments | « content/renderer/media/media_interface_provider.cc ('k') | media/mojo/common/media_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698