diff --git a/api/stats/attribute.h b/api/stats/attribute.h index d5fb290750..36500db999 100644 --- a/api/stats/attribute.h +++ b/api/stats/attribute.h @@ -23,14 +23,11 @@ namespace webrtc { -// TODO(https://crbug.com/webrtc/15164): Migrate all uses of RTCStatsMember to -// absl::optional and delete this type alias. -template -using RTCStatsMember = absl::optional; - -// A light-weight wrapper of an RTCStats attribute (an individual metric). +// A light-weight wrapper of an RTCStats attribute, i.e. an individual metric of +// type absl::optional. class RTC_EXPORT Attribute { public: + // All supported attribute types. typedef absl::variant*, const absl::optional*, const absl::optional*,