| Index: webrtc/modules/audio_mixer/frame_combiner.cc
|
| diff --git a/webrtc/modules/audio_mixer/frame_combiner.cc b/webrtc/modules/audio_mixer/frame_combiner.cc
|
| index 35b994922424813154bd00a718bcd3a1699d811c..ad9ddafa78a34858bbe1d0a336690769d09ec3b6 100644
|
| --- a/webrtc/modules/audio_mixer/frame_combiner.cc
|
| +++ b/webrtc/modules/audio_mixer/frame_combiner.cc
|
| @@ -15,10 +15,10 @@
|
| #include <functional>
|
| #include <memory>
|
|
|
| +#include "webrtc/api/array_view.h"
|
| #include "webrtc/audio/utility/audio_frame_operations.h"
|
| #include "webrtc/modules/audio_mixer/audio_frame_manipulator.h"
|
| #include "webrtc/modules/audio_mixer/audio_mixer_impl.h"
|
| -#include "webrtc/rtc_base/array_view.h"
|
| #include "webrtc/rtc_base/checks.h"
|
| #include "webrtc/rtc_base/logging.h"
|
|
|
|
|