Index: webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc |
diff --git a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc |
index a1264b2ff95e3ab469ad893cc71ade7980a48380..3c3c7297e189bf09f15f8f8390f0dde2b2b8d62e 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc |
+++ b/webrtc/modules/remote_bitrate_estimator/remote_estimator_proxy_unittest.cc |
@@ -37,7 +37,7 @@ |
header.extension.hasTransportSequenceNumber = true; |
header.extension.transportSequenceNumber = seq; |
header.ssrc = kMediaSsrc; |
- proxy_.IncomingPacket(time_ms, kDefaultPacketSize, header); |
+ proxy_.IncomingPacket(time_ms, kDefaultPacketSize, header, true); |
} |
void Process() { |