| Index: webrtc/modules/pacing/paced_sender.h
|
| diff --git a/webrtc/modules/pacing/paced_sender.h b/webrtc/modules/pacing/paced_sender.h
|
| index 74b87804de0168c3b055cc379e7f3d4e8772f8fd..a9c6233b27165c1b874b444aeae4aef9e0af2f56 100644
|
| --- a/webrtc/modules/pacing/paced_sender.h
|
| +++ b/webrtc/modules/pacing/paced_sender.h
|
| @@ -15,9 +15,9 @@
|
| #include <memory>
|
| #include <set>
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/modules/pacing/pacer.h"
|
| #include "webrtc/rtc_base/criticalsection.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/thread_annotations.h"
|
| #include "webrtc/typedefs.h"
|
|
|
|
|