Index: Source/modules/webaudio/AsyncAudioDecoder.h |
diff --git a/Source/modules/webaudio/AsyncAudioDecoder.h b/Source/modules/webaudio/AsyncAudioDecoder.h |
index 7f774564635bb14bfcef0c606ec09b152471a20f..a238be0ffb5f1e771a43777848bfe18a223b325d 100644 |
--- a/Source/modules/webaudio/AsyncAudioDecoder.h |
+++ b/Source/modules/webaudio/AsyncAudioDecoder.h |
@@ -30,7 +30,7 @@ |
#include "wtf/Forward.h" |
#include "wtf/OwnPtr.h" |
-namespace WebCore { |
+namespace blink { |
class AudioBuffer; |
class AudioBufferCallback; |
@@ -56,6 +56,6 @@ private: |
OwnPtr<blink::WebThread> m_thread; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // AsyncAudioDecoder_h |