Index: webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h |
diff --git a/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h b/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h |
index bda379c8d256e0da8fcb064321c48f7e05d474a2..ebe4d6a0e264607c6266ac119fade2ec2e21fb5d 100644 |
--- a/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h |
+++ b/webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h |
@@ -11,9 +11,9 @@ |
#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_AUDIO_ENCODER_ISAC_T_IMPL_H_ |
#define WEBRTC_MODULES_AUDIO_CODING_CODECS_ISAC_AUDIO_ENCODER_ISAC_T_IMPL_H_ |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/string_to_number.h" |
#include "webrtc/common_types.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/string_to_number.h" |
namespace webrtc { |
namespace { // NOLINT (not a "regular" header file) |