Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / DynamicsCompressor.h
index 1f9fd70..da20196 100644 (file)
@@ -35,7 +35,7 @@
 #include "wtf/Noncopyable.h"
 #include "wtf/OwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 class AudioBus;
 
@@ -103,6 +103,6 @@ protected:
     DynamicsCompressorKernel m_compressor;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DynamicsCompressor_h