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

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

Powered by Google App Engine
This is Rietveld 408576698