Index: webrtc/modules/audio_processing/aecm/aecm_core_c.cc |
diff --git a/webrtc/modules/audio_processing/aecm/aecm_core_c.cc b/webrtc/modules/audio_processing/aecm/aecm_core_c.cc |
index 32f26569f86618cac35b1fa5779f51605c0d28e7..d868d6a2a50c890165cd0370c26c8cb2894b8fc8 100644 |
--- a/webrtc/modules/audio_processing/aecm/aecm_core_c.cc |
+++ b/webrtc/modules/audio_processing/aecm/aecm_core_c.cc |
@@ -23,7 +23,7 @@ extern "C" { |
#include "webrtc/system_wrappers/include/cpu_features_wrapper.h" |
} |
-#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/base/checks.h" |
#include "webrtc/typedefs.h" |
// Square root of Hanning window in Q14. |