| Index: third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h
|
| diff --git a/third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h b/third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h
|
| index 2eac6ebdf828f03f28b3eade5d2d054151b74e55..82bfeffb5d6ca36a3801e8c016595ac7113d4f0c 100644
|
| --- a/third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h
|
| +++ b/third_party/WebKit/Source/platform/audio/AudioResamplerKernel.h
|
| @@ -29,8 +29,6 @@
|
| #include "platform/audio/AudioArray.h"
|
| #include "wtf/Allocator.h"
|
|
|
| -#if ENABLE(WEB_AUDIO)
|
| -
|
| namespace blink {
|
|
|
| class AudioResampler;
|
| @@ -79,6 +77,4 @@ private:
|
|
|
| } // namespace blink
|
|
|
| -#endif // ENABLE(WEB_AUDIO)
|
| -
|
| #endif // AudioResamplerKernel_h
|
|
|