Index: webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc |
diff --git a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc |
index 91541073b09b743662f2505e167ff7450716c0f6..520420a74ab591baf7a55af3693ee53fe0cfe5c2 100644 |
--- a/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc |
+++ b/webrtc/modules/audio_coding/main/acm2/audio_coding_module_impl.cc |
@@ -21,11 +21,11 @@ |
#include "webrtc/modules/audio_coding/main/acm2/acm_common_defs.h" |
#include "webrtc/modules/audio_coding/main/acm2/acm_resampler.h" |
#include "webrtc/modules/audio_coding/main/acm2/call_statistics.h" |
-#include "webrtc/system_wrappers/interface/critical_section_wrapper.h" |
-#include "webrtc/system_wrappers/interface/logging.h" |
-#include "webrtc/system_wrappers/interface/metrics.h" |
-#include "webrtc/system_wrappers/interface/rw_lock_wrapper.h" |
-#include "webrtc/system_wrappers/interface/trace.h" |
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
+#include "webrtc/system_wrappers/include/logging.h" |
+#include "webrtc/system_wrappers/include/metrics.h" |
+#include "webrtc/system_wrappers/include/rw_lock_wrapper.h" |
+#include "webrtc/system_wrappers/include/trace.h" |
#include "webrtc/typedefs.h" |
namespace webrtc { |