| Index: Source/platform/audio/SincResampler.h
|
| diff --git a/Source/platform/audio/SincResampler.h b/Source/platform/audio/SincResampler.h
|
| index c8ad10d64c481b516db589c3b988bfb282bebf78..21cd57b3120938f9937b095b9549925adf7e9d3b 100644
|
| --- a/Source/platform/audio/SincResampler.h
|
| +++ b/Source/platform/audio/SincResampler.h
|
| @@ -33,7 +33,7 @@
|
| #include "platform/audio/AudioArray.h"
|
| #include "platform/audio/AudioSourceProvider.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // SincResampler is a high-quality sample-rate converter.
|
|
|
| @@ -82,6 +82,6 @@ protected:
|
| bool m_isBufferPrimed;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SincResampler_h
|
|
|