Index: webrtc/video/send_statistics_proxy.cc |
diff --git a/webrtc/video/send_statistics_proxy.cc b/webrtc/video/send_statistics_proxy.cc |
index cea9ce73d426e4bff3fcbd080b95b4138a51d582..898bedcfa5982ccf4344951779994d45a4de8253 100644 |
--- a/webrtc/video/send_statistics_proxy.cc |
+++ b/webrtc/video/send_statistics_proxy.cc |
@@ -15,11 +15,11 @@ |
#include <map> |
#include <vector> |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/trace_event.h" |
#include "webrtc/common_types.h" |
#include "webrtc/modules/video_coding/include/video_codec_interface.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/trace_event.h" |
#include "webrtc/system_wrappers/include/metrics.h" |
namespace webrtc { |