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

Unified Diff: Source/modules/rtcpeerconnection/RTCStatsResponse.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/RTCStatsResponse.h
diff --git a/Source/modules/mediastream/RTCStatsResponse.h b/Source/modules/rtcpeerconnection/RTCStatsResponse.h
similarity index 97%
rename from Source/modules/mediastream/RTCStatsResponse.h
rename to Source/modules/rtcpeerconnection/RTCStatsResponse.h
index 3d9e53519cf7b49eeb64d3dfe58a7b7f0d7c76f7..a6d398cc661d265b1aec27362eeb0f67c2640e2c 100644
--- a/Source/modules/mediastream/RTCStatsResponse.h
+++ b/Source/modules/rtcpeerconnection/RTCStatsResponse.h
@@ -26,7 +26,7 @@
#define RTCStatsResponse_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "modules/mediastream/RTCStatsReport.h"
+#include "modules/rtcpeerconnection/RTCStatsReport.h"
#include "platform/heap/Handle.h"
#include "platform/mediastream/RTCStatsResponseBase.h"
#include "wtf/HashMap.h"
« no previous file with comments | « Source/modules/rtcpeerconnection/RTCStatsRequestImpl.cpp ('k') | Source/modules/rtcpeerconnection/RTCStatsResponse.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698