| Index: media/audio/android/opensles_input.h
|
| diff --git a/media/audio/android/opensles_input.h b/media/audio/android/opensles_input.h
|
| index 8e1efc08bb2178b4b9439de4f71b943ab4de2e41..0d18f9b9b7b36eeea2314d522054f49038ae68a4 100644
|
| --- a/media/audio/android/opensles_input.h
|
| +++ b/media/audio/android/opensles_input.h
|
| @@ -11,6 +11,8 @@
|
| #include "media/audio/android/opensles_util.h"
|
| #include <SLES/OpenSLES_Android.h>
|
|
|
| +namespace media {
|
| +
|
| class AudioManagerAndroid;
|
|
|
| // Implements PCM audio input support for Android using the OpenSLES API.
|
| @@ -79,4 +81,6 @@ class OpenSLESInputStream : public AudioInputStream {
|
| DISALLOW_COPY_AND_ASSIGN(OpenSLESInputStream);
|
| };
|
|
|
| +} // namespace media
|
| +
|
| #endif // MEDIA_AUDIO_ANDROID_OPENSLES_INPUT_H_
|
|
|