Index: webrtc/video/send_statistics_proxy.h |
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h |
index 60d50ec6f08bf8ac7973f2b82e00b629e076bb35..5196c89e685dc4bb7e91f0a4a74ccb927321f1f2 100644 |
--- a/webrtc/video/send_statistics_proxy.h |
+++ b/webrtc/video/send_statistics_proxy.h |
@@ -86,8 +86,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver, |
uint32_t ssrc) override; |
// From BitrateStatisticsObserver. |
- void Notify(const BitrateStatistics& total_stats, |
- const BitrateStatistics& retransmit_stats, |
+ void Notify(uint32_t total_bitrate_bps, |
+ uint32_t retransmit_bitrate_bps, |
uint32_t ssrc) override; |
// From FrameCountObserver. |