Index: webrtc/video/call_stats.cc |
diff --git a/webrtc/video/call_stats.cc b/webrtc/video/call_stats.cc |
index f772037b0df54ab4e9c365ba9a388016533f6b3c..9864d4e51bb247cabfb0224101d24a3b9781c96e 100644 |
--- a/webrtc/video/call_stats.cc |
+++ b/webrtc/video/call_stats.cc |
@@ -12,9 +12,9 @@ |
#include <algorithm> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/constructormagic.h" |
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
#include "webrtc/system_wrappers/include/metrics.h" |
namespace webrtc { |