| Index: webrtc/voice_engine/channel.cc
|
| diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc
|
| index 5732e8e52349a8737be31983c12a7e69d33beec1..b1b682d87c6af173ba95964adaae05b067dc8ead 100644
|
| --- a/webrtc/voice_engine/channel.cc
|
| +++ b/webrtc/voice_engine/channel.cc
|
| @@ -13,6 +13,7 @@
|
| #include <algorithm>
|
| #include <utility>
|
|
|
| +#include "webrtc/api/array_view.h"
|
| #include "webrtc/audio/utility/audio_frame_operations.h"
|
| #include "webrtc/call/rtp_transport_controller_send_interface.h"
|
| #include "webrtc/config.h"
|
| @@ -28,7 +29,6 @@
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_packet_received.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h"
|
| #include "webrtc/modules/utility/include/process_thread.h"
|
| -#include "webrtc/rtc_base/array_view.h"
|
| #include "webrtc/rtc_base/checks.h"
|
| #include "webrtc/rtc_base/criticalsection.h"
|
| #include "webrtc/rtc_base/format_macros.h"
|
|
|