Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: webrtc/api/statstypes.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/api/statstypes.h
diff --git a/webrtc/api/statstypes.h b/webrtc/api/statstypes.h
index e30760b47a2f9e7979dccd02e3415ee28e8fba9e..bab430b1b229ba8cd5ead63e1093ba9a58250400 100644
--- a/webrtc/api/statstypes.h
+++ b/webrtc/api/statstypes.h
@@ -326,6 +326,7 @@ class StatsReport {
// Ownership of |id| is passed to |this|.
explicit StatsReport(const Id& id);
+ ~StatsReport();
// Factory functions for various types of stats IDs.
static Id NewBandwidthEstimationId();

Powered by Google App Engine
This is Rietveld 408576698