| Index: Source/platform/audio/FFTConvolver.h
|
| diff --git a/Source/platform/audio/FFTConvolver.h b/Source/platform/audio/FFTConvolver.h
|
| index b818730e7f3c022601cc6112f4875069cdf83f0c..3a0b0cdd9105bd57fe0e56bf2a059f069830dd5e 100644
|
| --- a/Source/platform/audio/FFTConvolver.h
|
| +++ b/Source/platform/audio/FFTConvolver.h
|
| @@ -32,7 +32,7 @@
|
| #include "platform/audio/AudioArray.h"
|
| #include "platform/audio/FFTFrame.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT FFTConvolver {
|
| public:
|
| @@ -66,6 +66,6 @@ private:
|
| AudioFloatArray m_lastOverlapBuffer;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FFTConvolver_h
|
|
|