Index: Source/modules/webaudio/OfflineAudioCompletionEvent.h |
diff --git a/Source/modules/webaudio/OfflineAudioCompletionEvent.h b/Source/modules/webaudio/OfflineAudioCompletionEvent.h |
index da5b8582a1d7ec3cbd76d4fe31bbc8365d5e38a9..af5e430ea64b2b45ab6b479a341ff54f1f60fee2 100644 |
--- a/Source/modules/webaudio/OfflineAudioCompletionEvent.h |
+++ b/Source/modules/webaudio/OfflineAudioCompletionEvent.h |
@@ -30,7 +30,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
class AudioBuffer; |
@@ -54,6 +54,6 @@ private: |
RefPtrWillBeMember<AudioBuffer> m_renderedBuffer; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // OfflineAudioCompletionEvent_h |