Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / AudioChannel.cpp
index fdd8e28..2dd225e 100644 (file)
@@ -37,7 +37,7 @@
 #include "platform/audio/VectorMath.h"
 #include "wtf/OwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 using namespace VectorMath;
 
@@ -128,6 +128,6 @@ float AudioChannel::maxAbsValue() const
     return max;
 }
 
-} // WebCore
+} // namespace blink
 
 #endif // ENABLE(WEB_AUDIO)