Index: Source/modules/webaudio/AudioNodeInput.h |
diff --git a/Source/modules/webaudio/AudioNodeInput.h b/Source/modules/webaudio/AudioNodeInput.h |
index 655a7b93d2336eaaa80f6b259cddac8b07864584..6a92fcf5b72a2692cb2c2e62bb5647dc6e10b29c 100644 |
--- a/Source/modules/webaudio/AudioNodeInput.h |
+++ b/Source/modules/webaudio/AudioNodeInput.h |
@@ -31,7 +31,7 @@ |
#include "wtf/HashSet.h" |
#include "wtf/Vector.h" |
-namespace WebCore { |
+namespace blink { |
class AudioNode; |
class AudioNodeOutput; |
@@ -97,6 +97,6 @@ private: |
RefPtr<AudioBus> m_internalSummingBus; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // AudioNodeInput_h |