Index: webrtc/modules/audio_coding/acm2/acm_codec_database.cc |
diff --git a/webrtc/modules/audio_coding/acm2/acm_codec_database.cc b/webrtc/modules/audio_coding/acm2/acm_codec_database.cc |
index 7bd8ee7576d7ec5320ddbed41331d81be90a764b..c6d17d30d529eb3c9ca91e70fa22d7b12f70e513 100644 |
--- a/webrtc/modules/audio_coding/acm2/acm_codec_database.cc |
+++ b/webrtc/modules/audio_coding/acm2/acm_codec_database.cc |
@@ -19,7 +19,7 @@ |
#include <assert.h> |
-#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/base/checks.h" |
#if ((defined WEBRTC_CODEC_ISAC) && (defined WEBRTC_CODEC_ISACFX)) |
#error iSAC and iSACFX codecs cannot be enabled at the same time |