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

Unified Diff: webrtc/api/rtcstatscollector.cc

Issue 2335553006: Moving webrtc/stats/ into webrtc/api/ to resolve a circular dependency (Closed)
Patch Set: Created 4 years, 3 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: 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.
*/
nisse-webrtc 2016/09/13 08:16:40 Hmm, is this the move you're concerned about? I'v
hbos 2016/09/13 08:50:38 Yes, the stats -> api move (of not just that file
-#include "webrtc/stats/rtcstatscollector.h"
+#include "webrtc/api/rtcstatscollector.h"
#include <memory>
#include <utility>

Powered by Google App Engine
This is Rietveld 408576698