Index: webrtc/common_audio/signal_processing/filter_ar_fast_q12.c |
diff --git a/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c b/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c |
index 53e800bc636196d78dad885ceeba7bc444697682..71be3604412e787a71f9790e649af752bc29d230 100644 |
--- a/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c |
+++ b/webrtc/common_audio/signal_processing/filter_ar_fast_q12.c |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/base/checks.h" |
+#include "webrtc/rtc_base/checks.h" |
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h" |
// TODO(bjornv): Change the return type to report errors. |