Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webaudio / DelayDSPKernel.cpp
index 2301325..fc7b03c 100644 (file)
@@ -32,9 +32,7 @@
 #include "wtf/MathExtras.h"
 #include <algorithm>
 
-using namespace std;
-
-namespace WebCore {
+namespace blink {
 
 const float SmoothingTimeConstant = 0.020f; // 20ms
 
@@ -71,6 +69,6 @@ double DelayDSPKernel::delayTime(float)
     return delayProcessor()->delayTime()->finalValue();
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ENABLE(WEB_AUDIO)