Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
index f5cbdc2440e7cb2ce8d2b7f9a118a1500a073c07..a6c7647be5e9e3b0d301b450425ecffd7a451dac 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
@@ -15,10 +15,10 @@ |
#include <set> |
#include <string> |
+#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
#include "webrtc/common_types.h" |
#include "webrtc/config.h" |
-#include "webrtc/rtc_base/checks.h" |
-#include "webrtc/rtc_base/logging.h" |
#ifdef _WIN32 |
// Disable warning C4355: 'this' : used in base member initializer list. |