Index: Source/modules/webaudio/AudioDestinationNode.h |
diff --git a/Source/modules/webaudio/AudioDestinationNode.h b/Source/modules/webaudio/AudioDestinationNode.h |
index 182648732f84f78aaf5a9318fcbefbe9792b4eaa..3d006a7ef6929e9f7d08d2da941c09b4fa0c2e82 100644 |
--- a/Source/modules/webaudio/AudioDestinationNode.h |
+++ b/Source/modules/webaudio/AudioDestinationNode.h |
@@ -31,7 +31,7 @@ |
#include "modules/webaudio/AudioBuffer.h" |
#include "modules/webaudio/AudioNode.h" |
-namespace WebCore { |
+namespace blink { |
class AudioBus; |
class AudioContext; |
@@ -93,6 +93,6 @@ protected: |
LocalAudioInputProvider m_localAudioInputProvider; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // AudioDestinationNode_h |