Index: media/audio/mac/audio_output_mac.cc |
=================================================================== |
--- media/audio/mac/audio_output_mac.cc (revision 130181) |
+++ media/audio/mac/audio_output_mac.cc (working copy) |
@@ -13,8 +13,6 @@ |
#include "media/audio/audio_util.h" |
#include "media/audio/mac/audio_manager_mac.h" |
-namespace media { |
- |
// A custom data structure to store information an AudioQueue buffer. |
struct AudioQueueUserData { |
AudioQueueUserData() : empty_buffer(false) {} |
@@ -529,5 +527,3 @@ |
base::AutoLock lock(source_lock_); |
return source_; |
} |
- |
-} // namespace media |