Index: Source/platform/audio/Panner.h |
diff --git a/Source/platform/audio/Panner.h b/Source/platform/audio/Panner.h |
index ee752452417888d9fcfc87e9c83db2345bb16a5e..b5b64e518228850b91844ae6eeb8f98c045dbb53 100644 |
--- a/Source/platform/audio/Panner.h |
+++ b/Source/platform/audio/Panner.h |
@@ -32,7 +32,7 @@ |
#include "platform/PlatformExport.h" |
#include "wtf/PassOwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
class AudioBus; |
class HRTFDatabaseLoader; |
@@ -67,6 +67,6 @@ protected: |
PanningModel m_panningModel; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // Panner_h |