| Index: webrtc/call/audio_receive_stream.h
|
| diff --git a/webrtc/call/audio_receive_stream.h b/webrtc/call/audio_receive_stream.h
|
| index 018ad35fb7e20c99aaa28f5499bd12f175ade8e9..6de62dffa698c44b8fff994e69ddf5c7dcd3b383 100644
|
| --- a/webrtc/call/audio_receive_stream.h
|
| +++ b/webrtc/call/audio_receive_stream.h
|
| @@ -18,11 +18,11 @@
|
|
|
| #include "webrtc/api/audio_codecs/audio_decoder_factory.h"
|
| #include "webrtc/api/call/transport.h"
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/api/rtpparameters.h"
|
| #include "webrtc/api/rtpreceiverinterface.h"
|
| #include "webrtc/call/rtp_config.h"
|
| #include "webrtc/common_types.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/rtc_base/scoped_ref_ptr.h"
|
| #include "webrtc/typedefs.h"
|
|
|
|
|