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

Unified Diff: webrtc/api/statstypes.h

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Added three headers for backwards-compatibility, specifically for building chromium. 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 9501c299b6a187925b284c893d2b4186dd6b67a9..484ed6ddff8afc0367d27854587f23881f62ed44 100644
--- a/webrtc/api/statstypes.h
+++ b/webrtc/api/statstypes.h
@@ -327,6 +327,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