Index: webrtc/api/stats/rtcstats_objects.h |
diff --git a/webrtc/api/stats/rtcstats_objects.h b/webrtc/api/stats/rtcstats_objects.h |
index 429f93b755989a68793dcb46145ee586ebce422c..7ce3de0222449a8f1d1df2ed2a75e6300d08f2f1 100644 |
--- a/webrtc/api/stats/rtcstats_objects.h |
+++ b/webrtc/api/stats/rtcstats_objects.h |
@@ -170,6 +170,7 @@ class RTCIceCandidateStats : public RTCStats { |
RTCIceCandidateStats(const RTCIceCandidateStats& other); |
~RTCIceCandidateStats() override; |
+ RTCStatsMember<std::string> transport_id; |
RTCStatsMember<std::string> ip; |
RTCStatsMember<int32_t> port; |
RTCStatsMember<std::string> protocol; |