Index: Source/platform/audio/EqualPowerPanner.h |
diff --git a/Source/platform/audio/EqualPowerPanner.h b/Source/platform/audio/EqualPowerPanner.h |
index ad453611ad704bf2e33a7f28e2108a6b9936b6bb..82d21b653ee8d78c6232861eb65bdf42054c57e4 100644 |
--- a/Source/platform/audio/EqualPowerPanner.h |
+++ b/Source/platform/audio/EqualPowerPanner.h |
@@ -27,7 +27,7 @@ |
#include "platform/audio/Panner.h" |
-namespace WebCore { |
+namespace blink { |
// Common type of stereo panner as found in normal audio mixing equipment. |
@@ -51,6 +51,6 @@ private: |
double m_gainR; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // EqualPowerPanner_h |