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

Unified Diff: Source/modules/rtcpeerconnection/RTCDataChannelEvent.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/RTCDataChannelEvent.cpp
diff --git a/Source/modules/mediastream/RTCDataChannelEvent.cpp b/Source/modules/rtcpeerconnection/RTCDataChannelEvent.cpp
similarity index 97%
rename from Source/modules/mediastream/RTCDataChannelEvent.cpp
rename to Source/modules/rtcpeerconnection/RTCDataChannelEvent.cpp
index 786680c73714b740c4c2c5be47b97140e1369747..a3fef9511505030a5a2b7292afb4f63b1c0e92ae 100644
--- a/Source/modules/mediastream/RTCDataChannelEvent.cpp
+++ b/Source/modules/rtcpeerconnection/RTCDataChannelEvent.cpp
@@ -23,7 +23,7 @@
*/
#include "config.h"
-#include "modules/mediastream/RTCDataChannelEvent.h"
+#include "modules/rtcpeerconnection/RTCDataChannelEvent.h"
namespace blink {
« no previous file with comments | « Source/modules/rtcpeerconnection/RTCDataChannelEvent.h ('k') | Source/modules/rtcpeerconnection/RTCDataChannelEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698