Index: webrtc/modules/audio_processing/level_controller/level_controller.cc |
diff --git a/webrtc/modules/audio_processing/level_controller/level_controller.cc b/webrtc/modules/audio_processing/level_controller/level_controller.cc |
index bc6b7069cc9b5bc571cd86a8b8f92fccb4788f3e..028501c5c03bd3e3904710d275f65855d02be6f1 100644 |
--- a/webrtc/modules/audio_processing/level_controller/level_controller.cc |
+++ b/webrtc/modules/audio_processing/level_controller/level_controller.cc |
@@ -14,6 +14,7 @@ |
#include <algorithm> |
#include <numeric> |
+#include "webrtc/api/array_view.h" |
#include "webrtc/modules/audio_processing/audio_buffer.h" |
#include "webrtc/modules/audio_processing/level_controller/gain_applier.h" |
#include "webrtc/modules/audio_processing/level_controller/gain_selector.h" |
@@ -22,7 +23,6 @@ |
#include "webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.h" |
#include "webrtc/modules/audio_processing/level_controller/signal_classifier.h" |
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h" |
-#include "webrtc/rtc_base/array_view.h" |
#include "webrtc/rtc_base/arraysize.h" |
#include "webrtc/rtc_base/checks.h" |
#include "webrtc/rtc_base/logging.h" |