Index: webrtc/modules/audio_processing/aec/aec_core.c |
diff --git a/webrtc/modules/audio_processing/aec/aec_core.c b/webrtc/modules/audio_processing/aec/aec_core.c |
index b2162ac0b917619b878bd438925b2ca99027332b..f8eed323720f6593f9513db667465253c19b49e1 100644 |
--- a/webrtc/modules/audio_processing/aec/aec_core.c |
+++ b/webrtc/modules/audio_processing/aec/aec_core.c |
@@ -31,7 +31,7 @@ |
#include "webrtc/modules/audio_processing/aec/aec_rdft.h" |
#include "webrtc/modules/audio_processing/logging/aec_logging.h" |
#include "webrtc/modules/audio_processing/utility/delay_estimator_wrapper.h" |
-#include "webrtc/system_wrappers/interface/cpu_features_wrapper.h" |
+#include "webrtc/system_wrappers/include/cpu_features_wrapper.h" |
#include "webrtc/typedefs.h" |