Index: webrtc/video/overuse_frame_detector.h |
diff --git a/webrtc/video/overuse_frame_detector.h b/webrtc/video/overuse_frame_detector.h |
index 8bf1a78aed4dd5422c506e17ee7a4e6a9a54028c..a5eef51020aff5059666030b1e498694ffc443b3 100644 |
--- a/webrtc/video/overuse_frame_detector.h |
+++ b/webrtc/video/overuse_frame_detector.h |
@@ -14,10 +14,10 @@ |
#include <list> |
#include <memory> |
+#include "webrtc/api/optional.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" |