Remove separate MP3 name space

It is no longer needed.
This commit is contained in:
trav90 2018-12-08 16:29:04 -06:00 committed by Roy Tam
commit 8cfddb6559
5 changed files with 2 additions and 7 deletions

View file

@ -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