| Index: Source/platform/audio/AudioResamplerKernel.h
|
| diff --git a/Source/platform/audio/AudioResamplerKernel.h b/Source/platform/audio/AudioResamplerKernel.h
|
| index 32e5a698c1a995decd463039a2dcc3303756fc7c..566dbcf34296b698132cb813c5bc46a49b8019f1 100644
|
| --- a/Source/platform/audio/AudioResamplerKernel.h
|
| +++ b/Source/platform/audio/AudioResamplerKernel.h
|
| @@ -28,7 +28,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/audio/AudioArray.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AudioResampler;
|
|
|
| @@ -72,6 +72,6 @@ private:
|
| unsigned m_fillIndex;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AudioResamplerKernel_h
|
|
|