Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / AudioDelayDSPKernel.h
index 35d8d3b..a4b8dd2 100644 (file)
@@ -28,7 +28,7 @@
 #include "platform/audio/AudioArray.h"
 #include "platform/audio/AudioDSPKernel.h"
 
-namespace WebCore {
+namespace blink {
 
 class PLATFORM_EXPORT AudioDelayDSPKernel : public AudioDSPKernel {
 public:
@@ -64,6 +64,6 @@ protected:
     size_t bufferLengthForDelay(double delayTime, double sampleRate) const;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // AudioDelayDSPKernel_h