| Index: Source/platform/audio/MultiChannelResampler.cpp
|
| diff --git a/Source/platform/audio/MultiChannelResampler.cpp b/Source/platform/audio/MultiChannelResampler.cpp
|
| index 827506f2ade5f16d009eef788177856f0174a16d..f628baa0b878b32c2bdf2909eeb960ff15209e88 100644
|
| --- a/Source/platform/audio/MultiChannelResampler.cpp
|
| +++ b/Source/platform/audio/MultiChannelResampler.cpp
|
| @@ -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)
|
|
|