| Index: Source/platform/audio/DynamicsCompressorKernel.h
|
| diff --git a/Source/platform/audio/DynamicsCompressorKernel.h b/Source/platform/audio/DynamicsCompressorKernel.h
|
| index b2492e8abbdd6b1935892ba59d8be3c521f2fb81..c05474b27740abdf870050066f9dc47de7fa59b3 100644
|
| --- a/Source/platform/audio/DynamicsCompressorKernel.h
|
| +++ b/Source/platform/audio/DynamicsCompressorKernel.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT DynamicsCompressorKernel {
|
| WTF_MAKE_NONCOPYABLE(DynamicsCompressorKernel);
|
| @@ -126,6 +126,6 @@ protected:
|
| float m_K;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DynamicsCompressorKernel_h
|
|
|