Index: Source/modules/mediastream/RTCDataChannel.h |
diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h |
index 9cd9481116f93fd58bb70dda079e64634774733d..5ab942268cbd8d5399284097bedaf545c87b7cfe 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.h |
+++ b/Source/modules/mediastream/RTCDataChannel.h |
@@ -37,7 +37,7 @@ class WebRTCPeerConnectionHandler; |
struct WebRTCDataChannelInit; |
} |
-namespace WebCore { |
+namespace blink { |
class Blob; |
class ExceptionState; |
@@ -124,6 +124,6 @@ private: |
WeakMember<RTCPeerConnection> m_connection; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // RTCDataChannel_h |