summaryrefslogtreecommitdiffstats
path: root/dom/media/MP3Demuxer.h
diff options
context:
space:
mode:
authortrav90 <travawine@palemoon.org>2018-12-08 16:29:04 -0600
committertrav90 <travawine@palemoon.org>2018-12-08 16:29:04 -0600
commit6b6a28ddb0d42a93e66578d598c08020b7e45985 (patch)
tree3977cc77e36bda163e01a597d4506fd9128c24a2 /dom/media/MP3Demuxer.h
parenteb6fdca18bc8858bd5e85a0c2543985d01cf78e6 (diff)
downloadUXP-6b6a28ddb0d42a93e66578d598c08020b7e45985.tar
UXP-6b6a28ddb0d42a93e66578d598c08020b7e45985.tar.gz
UXP-6b6a28ddb0d42a93e66578d598c08020b7e45985.tar.lz
UXP-6b6a28ddb0d42a93e66578d598c08020b7e45985.tar.xz
UXP-6b6a28ddb0d42a93e66578d598c08020b7e45985.zip
Remove separate MP3 name space
It is no longer needed.
Diffstat (limited to 'dom/media/MP3Demuxer.h')
-rw-r--r--dom/media/MP3Demuxer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/media/MP3Demuxer.h b/dom/media/MP3Demuxer.h
index 03e67b0d9..5331c4d54 100644
--- a/dom/media/MP3Demuxer.h
+++ b/dom/media/MP3Demuxer.h
@@ -13,7 +13,6 @@
#include <vector>
namespace mozilla {
-namespace mp3 {
class MP3TrackDemuxer;
@@ -468,7 +467,6 @@ private:
UniquePtr<AudioInfo> mInfo;
};
-} // namespace mp3
} // namespace mozilla
#endif