Index: webrtc/modules/audio_processing/aecm/aecm_core_neon.cc |
diff --git a/webrtc/modules/audio_processing/aecm/aecm_core_neon.cc b/webrtc/modules/audio_processing/aecm/aecm_core_neon.cc |
index ccf1985d6455657cbed6c7753698d6b93308636c..a34bcabfa262ae314887d91a9c1e9864f2945cd8 100644 |
--- a/webrtc/modules/audio_processing/aecm/aecm_core_neon.cc |
+++ b/webrtc/modules/audio_processing/aecm/aecm_core_neon.cc |
@@ -12,8 +12,8 @@ |
#include <arm_neon.h> |
+#include "webrtc/base/checks.h" |
#include "webrtc/common_audio/signal_processing/include/real_fft.h" |
-#include "webrtc/rtc_base/checks.h" |
// TODO(kma): Re-write the corresponding assembly file, the offset |
// generating script and makefile, to replace these C functions. |