Index: webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc b/webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc |
index 12f8bfa1cdd75b2ac8ea856ca935fd62d6d46059..1def671f20020ee3adf77490303987d3edef8974 100644 |
--- a/webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc |
+++ b/webrtc/modules/rtp_rtcp/source/packet_loss_stats.cc |
@@ -12,7 +12,7 @@ |
#include <vector> |
-#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/base/checks.h" |
// After this many packets are added, adding additional packets will cause the |
// oldest packets to be pruned from the buffer. |