| Index: media/audio/audio_io.h
|
| diff --git a/media/audio/audio_io.h b/media/audio/audio_io.h
|
| index 489e0abdf1c19af07d42815f9003ec4d1855d344..cb83576a8e56da92c80a0c42bf3cb20a5c6fdd8b 100644
|
| --- a/media/audio/audio_io.h
|
| +++ b/media/audio/audio_io.h
|
| @@ -45,6 +45,9 @@
|
| // as the data is written to the audio device. Size of each packet is determined
|
| // by |samples_per_packet| specified in AudioParameters when the stream is
|
| // created.
|
| +
|
| +namespace media {
|
| +
|
| class MEDIA_EXPORT AudioOutputStream {
|
| public:
|
| // Audio sources must implement AudioSourceCallback. This interface will be
|
| @@ -173,4 +176,6 @@ class MEDIA_EXPORT AudioInputStream {
|
| virtual bool GetAutomaticGainControl() = 0;
|
| };
|
|
|
| +} // namespace media
|
| +
|
| #endif // MEDIA_AUDIO_AUDIO_IO_H_
|
|
|