Index: third_party/WebKit/Source/platform/audio/DynamicsCompressor.h |
diff --git a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.h b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.h |
index f8ef80277989c75884b694f670e554d664c5fe53..a27ec22f98dfbce27041d10e570046110e5efbda 100644 |
--- a/third_party/WebKit/Source/platform/audio/DynamicsCompressor.h |
+++ b/third_party/WebKit/Source/platform/audio/DynamicsCompressor.h |
@@ -36,8 +36,6 @@ |
#include "wtf/Noncopyable.h" |
#include "wtf/OwnPtr.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
class AudioBus; |
@@ -109,6 +107,4 @@ protected: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // DynamicsCompressor_h |