summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_parameters.h
diff options
context:
space:
mode:
authorvrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 19:50:50 +0000
committervrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-02 19:50:50 +0000
commitf3a1b854e9afeeee2121abda50df6da9242c4410 (patch)
tree5bd99fea32252ef037bc8b936ec19f04bd50e868 /media/audio/audio_parameters.h
parent897bfb5aaaa57f0338a77fada1d5d3f9c3b38226 (diff)
downloadchromium_src-f3a1b854e9afeeee2121abda50df6da9242c4410.zip
chromium_src-f3a1b854e9afeeee2121abda50df6da9242c4410.tar.gz
chromium_src-f3a1b854e9afeeee2121abda50df6da9242c4410.tar.bz2
Revert 130180 - Move media/audio files into media namespace
BUG=115187 TEST=compiles and runs without breaking audio tag; media_unittests, content_unittests Review URL: https://chromiumcodereview.appspot.com/9805001 TBR=vrk@google.com Review URL: https://chromiumcodereview.appspot.com/9965076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/audio/audio_parameters.h')
-rw-r--r--media/audio/audio_parameters.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/media/audio/audio_parameters.h b/media/audio/audio_parameters.h
index 8ce2070..392d328 100644
--- a/media/audio/audio_parameters.h
+++ b/media/audio/audio_parameters.h
@@ -9,8 +9,6 @@
#include "media/base/channel_layout.h"
#include "media/base/media_export.h"
-namespace media {
-
struct MEDIA_EXPORT AudioInputBufferParameters {
double volume;
uint32 size;
@@ -85,6 +83,4 @@ class MEDIA_EXPORT AudioParameters {
// |channel_layout|.
};
-} // namespace media
-
#endif // MEDIA_AUDIO_AUDIO_PARAMETERS_H_