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

Unified Diff: Source/modules/rtcpeerconnection/RTCDataChannelEvent.h

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.h
diff --git a/Source/modules/mediastream/RTCDataChannelEvent.h b/Source/modules/rtcpeerconnection/RTCDataChannelEvent.h
similarity index 97%
rename from Source/modules/mediastream/RTCDataChannelEvent.h
rename to Source/modules/rtcpeerconnection/RTCDataChannelEvent.h
index 76c2458da3db50226e32f6e77f149b0268cb5825..9bf942e072e2235090c8c0861138f904b2f91598 100644
--- a/Source/modules/mediastream/RTCDataChannelEvent.h
+++ b/Source/modules/rtcpeerconnection/RTCDataChannelEvent.h
@@ -26,7 +26,7 @@
#define RTCDataChannelEvent_h
#include "modules/EventModules.h"
-#include "modules/mediastream/RTCDataChannel.h"
+#include "modules/rtcpeerconnection/RTCDataChannel.h"
#include "wtf/text/AtomicString.h"
namespace blink {
« no previous file with comments | « Source/modules/rtcpeerconnection/RTCDataChannel.idl ('k') | Source/modules/rtcpeerconnection/RTCDataChannelEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698