Index: webrtc/modules/remote_bitrate_estimator/test/bwe.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe.h b/webrtc/modules/remote_bitrate_estimator/test/bwe.h |
index 6aa79cac2a82143c4de90b5b110c3b4cbfb4db0c..d86331aad7133711b24920dbc6043cbb7e678c03 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe.h |
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe.h |
@@ -46,6 +46,7 @@ typedef std::list<PacketIdentifierNode*>::iterator PacketNodeIt; |
class LinkedSet { |
public: |
explicit LinkedSet(int capacity) : capacity_(capacity) {} |
+ ~LinkedSet(); |
// If the arriving packet (identified by its sequence number) is already |
// in the LinkedSet, move its Node to the head of the list. Else, create |