Index: webrtc/modules/audio_processing/utility/delay_estimator_wrapper.c |
diff --git a/webrtc/modules/audio_processing/utility/delay_estimator_wrapper.c b/webrtc/modules/audio_processing/utility/delay_estimator_wrapper.c |
index 270588f38cf046f7659a7395cecfa13a2be3b744..b5448bc5bde668b99bf1e6ce1ae5db1aa8d365db 100644 |
--- a/webrtc/modules/audio_processing/utility/delay_estimator_wrapper.c |
+++ b/webrtc/modules/audio_processing/utility/delay_estimator_wrapper.c |
@@ -16,7 +16,7 @@ |
#include "webrtc/modules/audio_processing/utility/delay_estimator.h" |
#include "webrtc/modules/audio_processing/utility/delay_estimator_internal.h" |
-#include "webrtc/system_wrappers/interface/compile_assert_c.h" |
+#include "webrtc/system_wrappers/include/compile_assert_c.h" |
// Only bit |kBandFirst| through bit |kBandLast| are processed and |
// |kBandFirst| - |kBandLast| must be < 32. |