| Index: webrtc/api/stats/rtcstats_objects.h
|
| diff --git a/webrtc/api/stats/rtcstats_objects.h b/webrtc/api/stats/rtcstats_objects.h
|
| index 6c24d67b63fb894cedee6540d2a72b1d695454a9..29fcfafbcd5bfc9fd8cf4a517a1112bdc1eee89d 100644
|
| --- a/webrtc/api/stats/rtcstats_objects.h
|
| +++ b/webrtc/api/stats/rtcstats_objects.h
|
| @@ -302,7 +302,7 @@ class RTCRTPStreamStats : public RTCStats {
|
| RTCRTPStreamStats(const RTCRTPStreamStats& other);
|
| ~RTCRTPStreamStats() override;
|
|
|
| - RTCStatsMember<std::string> ssrc;
|
| + RTCStatsMember<uint32_t> ssrc;
|
| // TODO(hbos): When the remote case is supported |RTCStatsCollector| needs to
|
| // set this. crbug.com/657855, 657856
|
| RTCStatsMember<std::string> associate_stats_id;
|
|
|