Index: webrtc/modules/audio_coding/neteq/dtmf_buffer.cc |
diff --git a/webrtc/modules/audio_coding/neteq/dtmf_buffer.cc b/webrtc/modules/audio_coding/neteq/dtmf_buffer.cc |
index c5e5adf1a7562abfb6fb00b62b7a7a4203623ddf..3685fc1ef4a8b64d334384e8b7f633fa334f5a07 100644 |
--- a/webrtc/modules/audio_coding/neteq/dtmf_buffer.cc |
+++ b/webrtc/modules/audio_coding/neteq/dtmf_buffer.cc |
@@ -13,8 +13,8 @@ |
#include <assert.h> |
#include <algorithm> // max |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
// Modify the code to obtain backwards bit-exactness. Once bit-exactness is no |
// longer required, this #define should be removed (and the code that it |