Index: webrtc/api/statstypes.cc |
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc |
index 354f115011d1c8e0a762f16633f0360961306140..f8a7e60a0d8912e1381f2eb88af0aabc23f1af47 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>()); |