Index: webrtc/voice_engine/channel.cc |
diff --git a/webrtc/voice_engine/channel.cc b/webrtc/voice_engine/channel.cc |
index 039d935b040c12b7a912efbfaf3f1badf2ef365e..1a56e811819d19d078f4c6f1ebaa040a0118e466 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/logging/rtc_event_log/rtc_event_log.h" |
@@ -27,7 +28,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" |