Index: webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc |
diff --git a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc |
index b7d23f59f23162212dac77d1f0e2dc904eede8b0..de49965c913c5630435dc9fff4edca9b2b3f814b 100644 |
--- a/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc |
+++ b/webrtc/modules/audio_processing/beamformer/nonlinear_beamformer.cc |
@@ -17,9 +17,9 @@ |
#include <numeric> |
#include <vector> |
+#include "webrtc/base/arraysize.h" |
#include "webrtc/common_audio/window_generator.h" |
#include "webrtc/modules/audio_processing/beamformer/covariance_matrix_generator.h" |
-#include "webrtc/rtc_base/arraysize.h" |
namespace webrtc { |
namespace { |