| Index: webrtc/call/call.cc
|
| diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
|
| index edb9bf3106c2d008ad9e3976eeed9cf9a5cb6372..343b3ef41fbb54e2903c6420b2f43a6eef95ef1e 100644
|
| --- a/webrtc/call/call.cc
|
| +++ b/webrtc/call/call.cc
|
| @@ -16,6 +16,7 @@
|
| #include <utility>
|
| #include <vector>
|
|
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/audio/audio_receive_stream.h"
|
| #include "webrtc/audio/audio_send_stream.h"
|
| #include "webrtc/audio/audio_state.h"
|
| @@ -40,7 +41,6 @@
|
| #include "webrtc/rtc_base/constructormagic.h"
|
| #include "webrtc/rtc_base/location.h"
|
| #include "webrtc/rtc_base/logging.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/ptr_util.h"
|
| #include "webrtc/rtc_base/sequenced_task_checker.h"
|
| #include "webrtc/rtc_base/task_queue.h"
|
|
|