Chromium Code Reviews

Unified Diff: webrtc/api/rtcstatscollector.cc

Issue 2331373004: PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. (Closed)
Patch Set: Reverted previous DEPS change (no need to rerun bots yet) Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/api/rtcstatscollector.cc
diff --git a/webrtc/stats/rtcstatscollector.cc b/webrtc/api/rtcstatscollector.cc
similarity index 99%
rename from webrtc/stats/rtcstatscollector.cc
rename to webrtc/api/rtcstatscollector.cc
index 1cdafd6c914eea1f172e0b3646de600dca3e884d..d754292f3688eb22adc67b60860322a60c2f562a 100644
--- a/webrtc/stats/rtcstatscollector.cc
+++ b/webrtc/api/rtcstatscollector.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/stats/rtcstatscollector.h"
+#include "webrtc/api/rtcstatscollector.h"
#include <memory>
#include <utility>

Powered by Google App Engine