Index: third_party/WebKit/Source/platform/audio/ReverbConvolver.h |
diff --git a/third_party/WebKit/Source/platform/audio/ReverbConvolver.h b/third_party/WebKit/Source/platform/audio/ReverbConvolver.h |
index a1aae7554cb5e9ad774dfcd638bdef3783d69df8..c725a6c9e66691cdb2ed140b29ee66bdf87e4118 100644 |
--- a/third_party/WebKit/Source/platform/audio/ReverbConvolver.h |
+++ b/third_party/WebKit/Source/platform/audio/ReverbConvolver.h |
@@ -40,8 +40,6 @@ |
#include "wtf/RefCounted.h" |
#include "wtf/Vector.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
class AudioChannel; |
@@ -89,6 +87,4 @@ private: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // ReverbConvolver_h |