Index: webrtc/api/statstypes.cc |
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc |
index 80b0d76680d3420bbe73a9cdd47a3cc0ca8bc4a0..300bb4a9339711608a70aef3b7a14f6e079ba869 100644 |
--- a/webrtc/api/statstypes.cc |
+++ b/webrtc/api/statstypes.cc |
@@ -632,6 +632,8 @@ StatsReport::StatsReport(const Id& id) : id_(id), timestamp_(0.0) { |
RTC_DCHECK(id_.get()); |
} |
+StatsReport::~StatsReport() = default; |
+ |
// static |
StatsReport::Id StatsReport::NewBandwidthEstimationId() { |
return Id(new RefCountedObject<BandwidthEstimationId>()); |