| Index: webrtc/modules/pacing/alr_detector.h
|
| diff --git a/webrtc/modules/pacing/alr_detector.h b/webrtc/modules/pacing/alr_detector.h
|
| index 1e124d99e919d476205723638bce58b3d7329113..0d43fbb8f2f6eec5f72f25a446e97ba9d83f46a6 100644
|
| --- a/webrtc/modules/pacing/alr_detector.h
|
| +++ b/webrtc/modules/pacing/alr_detector.h
|
| @@ -11,10 +11,10 @@
|
| #ifndef WEBRTC_MODULES_PACING_ALR_DETECTOR_H_
|
| #define WEBRTC_MODULES_PACING_ALR_DETECTOR_H_
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/pacing/interval_budget.h"
|
| #include "webrtc/modules/pacing/paced_sender.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/rate_statistics.h"
|
| #include "webrtc/typedefs.h"
|
|
|
|
|