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

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

Powered by Google App Engine
This is Rietveld 408576698