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> |