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

Unified Diff: Source/modules/rtcpeerconnection/RTCStatsRequestImpl.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/RTCStatsRequestImpl.h
diff --git a/Source/modules/mediastream/RTCStatsRequestImpl.h b/Source/modules/rtcpeerconnection/RTCStatsRequestImpl.h
similarity index 97%
rename from Source/modules/mediastream/RTCStatsRequestImpl.h
rename to Source/modules/rtcpeerconnection/RTCStatsRequestImpl.h
index 63b9621a20799c1c4cdc999af0d1675dc3048b98..60ec9838bc54325d8ffde0f4dcd31a8fb4ffadcf 100644
--- a/Source/modules/mediastream/RTCStatsRequestImpl.h
+++ b/Source/modules/rtcpeerconnection/RTCStatsRequestImpl.h
@@ -26,7 +26,7 @@
#define RTCStatsRequestImpl_h
#include "core/dom/ActiveDOMObject.h"
-#include "modules/mediastream/RTCStatsResponse.h"
+#include "modules/rtcpeerconnection/RTCStatsResponse.h"
#include "platform/heap/Handle.h"
#include "platform/mediastream/RTCStatsRequest.h"
#include "wtf/Forward.h"
« no previous file with comments | « Source/modules/rtcpeerconnection/RTCStatsReport.idl ('k') | Source/modules/rtcpeerconnection/RTCStatsRequestImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698