Index: webrtc/video/overuse_frame_detector.cc |
diff --git a/webrtc/video/overuse_frame_detector.cc b/webrtc/video/overuse_frame_detector.cc |
index 9711ddb039c14748ee061d93c7f46db17f52a896..1d8bc0b4500c5b78fe87e41527c33b1ccee6a3fc 100644 |
--- a/webrtc/video/overuse_frame_detector.cc |
+++ b/webrtc/video/overuse_frame_detector.cc |
@@ -20,11 +20,11 @@ |
#include <utility> |
#include "webrtc/api/video/video_frame.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/numerics/exp_filter.h" |
-#include "webrtc/base/timeutils.h" |
#include "webrtc/common_video/include/frame_callback.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/numerics/exp_filter.h" |
+#include "webrtc/rtc_base/timeutils.h" |
#include "webrtc/system_wrappers/include/field_trial.h" |
#if defined(WEBRTC_MAC) && !defined(WEBRTC_IOS) |