Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / MultiChannelResampler.cpp
index 827506f..f628baa 100644 (file)
@@ -34,7 +34,7 @@
 
 #include "platform/audio/AudioBus.h"
 
-namespace WebCore {
+namespace blink {
 
 namespace {
 
@@ -118,6 +118,6 @@ void MultiChannelResampler::process(AudioSourceProvider* provider, AudioBus* des
     }
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ENABLE(WEB_AUDIO)