Index: third_party/WebKit/Source/platform/audio/UpSampler.h |
diff --git a/third_party/WebKit/Source/platform/audio/UpSampler.h b/third_party/WebKit/Source/platform/audio/UpSampler.h |
index 62c471900ead95bca7dcbdc8d7bb3d6865e4b53a..88285e309987a694eb3326c3c8d7976cb7e1457e 100644 |
--- a/third_party/WebKit/Source/platform/audio/UpSampler.h |
+++ b/third_party/WebKit/Source/platform/audio/UpSampler.h |
@@ -36,8 +36,6 @@ |
#include "wtf/Allocator.h" |
#include "wtf/Noncopyable.h" |
-#if ENABLE(WEB_AUDIO) |
- |
namespace blink { |
// UpSampler up-samples the source stream by a factor of 2x. |
@@ -79,6 +77,4 @@ private: |
} // namespace blink |
-#endif // ENABLE(WEB_AUDIO) |
- |
#endif // UpSampler_h |