summaryrefslogtreecommitdiffstats
path: root/dom/media/MP3Demuxer.h
diff options
context:
space:
mode:
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