| Index: webrtc/modules/video_coding/generic_encoder.cc
|
| diff --git a/webrtc/modules/video_coding/generic_encoder.cc b/webrtc/modules/video_coding/generic_encoder.cc
|
| index adc43654976cb551862be159ab39074e8a5197f1..339e1b516f7618531ae2970ddb90710abf75bed4 100644
|
| --- a/webrtc/modules/video_coding/generic_encoder.cc
|
| +++ b/webrtc/modules/video_coding/generic_encoder.cc
|
| @@ -12,13 +12,13 @@
|
|
|
| #include <vector>
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/api/video/i420_buffer.h"
|
| #include "webrtc/modules/pacing/alr_detector.h"
|
| #include "webrtc/modules/video_coding/encoded_frame.h"
|
| #include "webrtc/modules/video_coding/media_optimization.h"
|
| #include "webrtc/rtc_base/checks.h"
|
| #include "webrtc/rtc_base/logging.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/timeutils.h"
|
| #include "webrtc/rtc_base/trace_event.h"
|
| #include "webrtc/system_wrappers/include/field_trial.h"
|
|
|