Index: Source/modules/rtcpeerconnection/RTCDataChannel.cpp |
diff --git a/Source/modules/mediastream/RTCDataChannel.cpp b/Source/modules/rtcpeerconnection/RTCDataChannel.cpp |
similarity index 98% |
rename from Source/modules/mediastream/RTCDataChannel.cpp |
rename to Source/modules/rtcpeerconnection/RTCDataChannel.cpp |
index 77a38d88b7b428987ea0f26dce320a086b9a11e5..7c4c7fa39b6d98164db223228337030094259f1f 100644 |
--- a/Source/modules/mediastream/RTCDataChannel.cpp |
+++ b/Source/modules/rtcpeerconnection/RTCDataChannel.cpp |
@@ -23,14 +23,14 @@ |
*/ |
#include "config.h" |
-#include "modules/mediastream/RTCDataChannel.h" |
+#include "modules/rtcpeerconnection/RTCDataChannel.h" |
#include "bindings/core/v8/ExceptionState.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/ExecutionContext.h" |
#include "core/events/MessageEvent.h" |
#include "core/fileapi/Blob.h" |
-#include "modules/mediastream/RTCPeerConnection.h" |
+#include "modules/rtcpeerconnection/RTCPeerConnection.h" |
#include "public/platform/WebRTCPeerConnectionHandler.h" |
#include "wtf/ArrayBuffer.h" |
#include "wtf/ArrayBufferView.h" |