Index: Source/platform/audio/ZeroPole.h |
diff --git a/Source/platform/audio/ZeroPole.h b/Source/platform/audio/ZeroPole.h |
index 75ffe102f5f25640602a210a66ad7d81b45d192d..f068b29affbb633a029a7bf50fe4b6b96608e0bd 100644 |
--- a/Source/platform/audio/ZeroPole.h |
+++ b/Source/platform/audio/ZeroPole.h |
@@ -31,7 +31,7 @@ |
#include "platform/PlatformExport.h" |
-namespace WebCore { |
+namespace blink { |
// ZeroPole is a simple filter with one zero and one pole. |
@@ -63,6 +63,6 @@ private: |
float m_lastY; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // ZeroPole_h |