Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / DelayDSPKernel.h
index a0fbd66..996f4c4 100644 (file)
@@ -28,7 +28,7 @@
 #include "platform/audio/AudioDelayDSPKernel.h"
 #include "modules/webaudio/DelayProcessor.h"
 
-namespace WebCore {
+namespace blink {
 
 class DelayProcessor;
 
@@ -45,6 +45,6 @@ private:
     DelayProcessor* delayProcessor() { return static_cast<DelayProcessor*>(processor()); }
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DelayDSPKernel_h