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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h

Issue 2097563002: Split the mediastream module in Blink into mediastream and peerconnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add DEPS file Created 4 years, 6 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: third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
diff --git a/third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.h b/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
similarity index 95%
rename from third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.h
rename to third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
index 661b86b345f6b8b314674833ad845a1ddbbee406..f70036180e26cb459627d269283e4f7c1a1c71b2 100644
--- a/third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCStatsResponse.h
@@ -26,9 +26,9 @@
#define RTCStatsResponse_h
#include "bindings/core/v8/ScriptWrappable.h"
-#include "modules/mediastream/RTCStatsReport.h"
+#include "modules/peerconnection/RTCStatsReport.h"
#include "platform/heap/Handle.h"
-#include "platform/mediastream/RTCStatsResponseBase.h"
+#include "platform/peerconnection/RTCStatsResponseBase.h"
#include "wtf/HashMap.h"
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698