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

Unified Diff: media/audio/android/opensles_output.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/opensles_input.cc ('k') | media/audio/android/opensles_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/android/opensles_output.h
diff --git a/media/audio/android/opensles_output.h b/media/audio/android/opensles_output.h
index 78ecb9809f4a022f2692cbd50e39064ecd57b194..f37283a818773e64071a3f226b31c1ec0f96aa97 100644
--- a/media/audio/android/opensles_output.h
+++ b/media/audio/android/opensles_output.h
@@ -13,6 +13,8 @@
#include "media/audio/audio_parameters.h"
#include <SLES/OpenSLES_Android.h>
+namespace media {
+
class AudioManagerAndroid;
// Implements PCM audio output support for Android using the OpenSLES API.
@@ -81,4 +83,6 @@ class OpenSLESOutputStream : public AudioOutputStream {
DISALLOW_COPY_AND_ASSIGN(OpenSLESOutputStream);
};
+} // namespace media
+
#endif // MEDIA_AUDIO_ANDROID_OPENSLES_INPUT_H_
« no previous file with comments | « media/audio/android/opensles_input.cc ('k') | media/audio/android/opensles_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698