Index: Source/platform/audio/Biquad.h |
diff --git a/Source/platform/audio/Biquad.h b/Source/platform/audio/Biquad.h |
index 13d632c25e9a13f356d6935869a5d4d79b27b044..475ceac7029e28a1ba666e0ac4b87eeefce4189c 100644 |
--- a/Source/platform/audio/Biquad.h |
+++ b/Source/platform/audio/Biquad.h |
@@ -38,7 +38,7 @@ |
#include <ipps.h> |
#endif // USE(WEBAUDIO_IPP) |
-namespace WebCore { |
+namespace blink { |
// A basic biquad (two-zero / two-pole digital filter) |
// |
@@ -113,6 +113,6 @@ private: |
#endif |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // Biquad_h |