Index: third_party/WebKit/Source/platform/audio/DownSampler.h |
diff --git a/third_party/WebKit/Source/platform/audio/DownSampler.h b/third_party/WebKit/Source/platform/audio/DownSampler.h |
index 674189bd6c961e864692e2bd463716dca74cf957..bf9977b1d59dd0e27bbacddcab450a449174b8d6 100644 |
--- a/third_party/WebKit/Source/platform/audio/DownSampler.h |
+++ b/third_party/WebKit/Source/platform/audio/DownSampler.h |
@@ -36,8 +36,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
// DownSampler down-samples the source stream by a factor of 2x. |
@@ -77,6 +75,4 @@ private: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // DownSampler_h |