Index: webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc b/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc |
index 31fde0aec624915def8af9fb16a16a50d51a57ec..faef7716fdca8892d302297a1dd12fe0c6fe7a33 100644 |
--- a/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc |
+++ b/webrtc/modules/rtp_rtcp/source/forward_error_correction_internal.cc |
@@ -15,9 +15,9 @@ |
#include <algorithm> |
+#include "webrtc/base/checks.h" |
#include "webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h" |
#include "webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h" |
-#include "webrtc/rtc_base/checks.h" |
namespace { |
using webrtc::fec_private_tables::kPacketMaskBurstyTbl; |