Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1812)

Unified Diff: Source/modules/mediastream/RTCDataChannel.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackSourcesRequest.cpp ('k') | Source/modules/mediastream/RTCDataChannel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698