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

Unified Diff: Source/modules/rtcpeerconnection/RTCDataChannel.cpp

Issue 650063002: Move MediaStream and MediaStreamTrack implementation from modules/mediastream to core/mediastream. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 6 years, 2 months 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/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"
« no previous file with comments | « Source/modules/rtcpeerconnection/RTCDataChannel.h ('k') | Source/modules/rtcpeerconnection/RTCDataChannel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698