Index: webrtc/video/overuse_frame_detector.h |
diff --git a/webrtc/video/overuse_frame_detector.h b/webrtc/video/overuse_frame_detector.h |
index 29efa1609d6d8a6b2bfac32861183c0dfba19603..8bf1a78aed4dd5422c506e17ee7a4e6a9a54028c 100644 |
--- a/webrtc/video/overuse_frame_detector.h |
+++ b/webrtc/video/overuse_frame_detector.h |
@@ -14,13 +14,13 @@ |
#include <list> |
#include <memory> |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/numerics/exp_filter.h" |
-#include "webrtc/base/optional.h" |
-#include "webrtc/base/sequenced_task_checker.h" |
-#include "webrtc/base/task_queue.h" |
-#include "webrtc/base/thread_annotations.h" |
#include "webrtc/modules/video_coding/utility/quality_scaler.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/numerics/exp_filter.h" |
+#include "webrtc/rtc_base/optional.h" |
+#include "webrtc/rtc_base/sequenced_task_checker.h" |
+#include "webrtc/rtc_base/task_queue.h" |
+#include "webrtc/rtc_base/thread_annotations.h" |
namespace webrtc { |