Index: Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
diff --git a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
index 2660353050e1bb5cbc49dccbe1eba5fade1bf055..f8be02bd3a5e5a56e2bf3bbb4589fe212598a8bd 100644 |
--- a/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
+++ b/Source/modules/webaudio/MediaStreamAudioDestinationNode.h |
@@ -33,7 +33,7 @@ |
#include "wtf/OwnPtr.h" |
#include "wtf/PassRefPtr.h" |
-namespace WebCore { |
+namespace blink { |
class AudioContext; |
@@ -62,7 +62,7 @@ private: |
RefPtr<AudioBus> m_mixBus; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ENABLE(WEB_AUDIO) |