Index: webrtc/video/send_statistics_proxy.cc |
diff --git a/webrtc/video/send_statistics_proxy.cc b/webrtc/video/send_statistics_proxy.cc |
index 8102b9310e371f3a419994a0e5324377c2ff4d39..bd0d5186e1d4baf87e361b2bf70636aed8330c36 100644 |
--- a/webrtc/video/send_statistics_proxy.cc |
+++ b/webrtc/video/send_statistics_proxy.cc |
@@ -356,8 +356,7 @@ void SendStatisticsProxy::StatisticsUpdated(const RtcpStatistics& statistics, |
stats->rtcp_stats = statistics; |
} |
-void SendStatisticsProxy::CNameChanged(const char* cname, uint32_t ssrc) { |
-} |
+void SendStatisticsProxy::CNameChanged(const char* cname, uint32_t ssrc) {} |
void SendStatisticsProxy::DataCountersUpdated( |
const StreamDataCounters& counters, |