Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / AudioDelayDSPKernel.cpp
index aded559..326a700 100644 (file)
@@ -34,7 +34,7 @@
 
 using namespace std;
 
-namespace WebCore {
+namespace blink {
 
 const float SmoothingTimeConstant = 0.020f; // 20ms
 
@@ -177,6 +177,6 @@ double AudioDelayDSPKernel::latencyTime() const
     return 0;
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ENABLE(WEB_AUDIO)