| Index: Source/platform/audio/DirectConvolver.h
|
| diff --git a/Source/platform/audio/DirectConvolver.h b/Source/platform/audio/DirectConvolver.h
|
| index b99694bd808a7ddb9ce1e615244e56f5b259c1d4..5d5cf20c7f8a5304b80b471cb03f99b628a105ea 100644
|
| --- a/Source/platform/audio/DirectConvolver.h
|
| +++ b/Source/platform/audio/DirectConvolver.h
|
| @@ -36,7 +36,7 @@
|
| #include <ipps.h>
|
| #endif // USE(WEBAUDIO_IPP)
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT DirectConvolver {
|
| public:
|
| @@ -55,6 +55,6 @@ private:
|
| AudioFloatArray m_buffer;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DirectConvolver_h
|
|
|