Index: webrtc/api/statstypes.cc |
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc |
index 4a5bd69b9d3cc3d090b8fde0433b0631afc4d49e..6b7e4371fe54f0ef6119297308cd06601d1f9d47 100644 |
--- a/webrtc/api/statstypes.cc |
+++ b/webrtc/api/statstypes.cc |
@@ -630,6 +630,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>()); |