| Index: webrtc/media/engine/webrtcvideoengine.h
|
| diff --git a/webrtc/media/engine/webrtcvideoengine.h b/webrtc/media/engine/webrtcvideoengine.h
|
| index 3224d0027fa0fe2e2b976962ac841572f34545e5..7710c043d147a6e63bafdb7bd30047e594d52244 100644
|
| --- a/webrtc/media/engine/webrtcvideoengine.h
|
| +++ b/webrtc/media/engine/webrtcvideoengine.h
|
| @@ -18,6 +18,7 @@
|
| #include <vector>
|
|
|
| #include "webrtc/api/call/transport.h"
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/api/video/video_frame.h"
|
| #include "webrtc/call/call.h"
|
| #include "webrtc/call/flexfec_receive_stream.h"
|
| @@ -31,7 +32,6 @@
|
| #include "webrtc/rtc_base/asyncinvoker.h"
|
| #include "webrtc/rtc_base/criticalsection.h"
|
| #include "webrtc/rtc_base/networkroute.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/thread_annotations.h"
|
| #include "webrtc/rtc_base/thread_checker.h"
|
|
|
|
|