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

Unified Diff: media/audio/android/opensles_input.h

Issue 9968054: Move media/audio files into media namespace (relanding) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/audio/android/audio_track_output_stub_android.cc ('k') | media/audio/android/opensles_input.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « media/audio/android/audio_track_output_stub_android.cc ('k') | media/audio/android/opensles_input.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698