Index: media/audio/openbsd/audio_manager_openbsd.cc |
=================================================================== |
--- media/audio/openbsd/audio_manager_openbsd.cc (revision 130181) |
+++ media/audio/openbsd/audio_manager_openbsd.cc (working copy) |
@@ -15,8 +15,6 @@ |
#include <fcntl.h> |
-namespace media { |
- |
// Maximum number of output streams that can be open simultaneously. |
static const int kMaxOutputStreams = 50; |
@@ -105,5 +103,3 @@ |
AudioManager* CreateAudioManager() { |
return new AudioManagerOpenBSD(); |
} |
- |
-} // namespace media |