Index: media/audio/mac/audio_output_mac.cc |
diff --git a/media/audio/mac/audio_output_mac.cc b/media/audio/mac/audio_output_mac.cc |
index d2cdc574b1142f87c26b41e43086f4263f0d00c5..06fc26fda67bf606ef452d53dc60c5bf0a52b975 100644 |
--- a/media/audio/mac/audio_output_mac.cc |
+++ b/media/audio/mac/audio_output_mac.cc |
@@ -13,6 +13,8 @@ |
#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) {} |
@@ -527,3 +529,5 @@ PCMQueueOutAudioOutputStream::GetSource() { |
base::AutoLock lock(source_lock_); |
return source_; |
} |
+ |
+} // namespace media |