Index: Source/modules/mediastream/RTCDataChannel.h |
diff --git a/Source/modules/mediastream/RTCDataChannel.h b/Source/modules/mediastream/RTCDataChannel.h |
index 232ea9fb8167b467cefd9fbe7eaac88a482a0248..911b7053edfdaf8ce43c72773d890cba091f22e8 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.h |
+++ b/Source/modules/mediastream/RTCDataChannel.h |
@@ -31,7 +31,7 @@ |
#include "platform/Timer.h" |
#include "wtf/RefCounted.h" |
-namespace WebKit { |
+namespace blink { |
struct WebRTCDataChannelInit; |
} |
@@ -46,7 +46,7 @@ class RTCDataChannel : public RefCounted<RTCDataChannel>, public ScriptWrappable |
REFCOUNTED_EVENT_TARGET(RTCDataChannel); |
public: |
static PassRefPtr<RTCDataChannel> create(ExecutionContext*, PassOwnPtr<RTCDataChannelHandler>); |
- static PassRefPtr<RTCDataChannel> create(ExecutionContext*, RTCPeerConnectionHandler*, const String& label, const WebKit::WebRTCDataChannelInit&, ExceptionState&); |
+ static PassRefPtr<RTCDataChannel> create(ExecutionContext*, RTCPeerConnectionHandler*, const String& label, const blink::WebRTCDataChannelInit&, ExceptionState&); |
~RTCDataChannel(); |
String label() const; |