| Index: webrtc/rtc_base/moving_max_counter.h
|
| diff --git a/webrtc/rtc_base/moving_max_counter.h b/webrtc/rtc_base/moving_max_counter.h
|
| index 907e9cf298f7e328f7f39cdcfbb58d66d683666f..190b7b85c239b2bce951a949c973c98e850cd974 100644
|
| --- a/webrtc/rtc_base/moving_max_counter.h
|
| +++ b/webrtc/rtc_base/moving_max_counter.h
|
| @@ -17,9 +17,9 @@
|
| #include <limits>
|
| #include <utility>
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/rtc_base/checks.h"
|
| #include "webrtc/rtc_base/constructormagic.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
|
|
| namespace rtc {
|
|
|
|
|