Index: webrtc/video/payload_router.h |
diff --git a/webrtc/video/payload_router.h b/webrtc/video/payload_router.h |
index 881145976d13bd28639f1474c0e56613899bdb5c..09605ebf60445133d811d6c08d56877791ba6f30 100644 |
--- a/webrtc/video/payload_router.h |
+++ b/webrtc/video/payload_router.h |
@@ -11,7 +11,6 @@ |
#ifndef WEBRTC_VIDEO_PAYLOAD_ROUTER_H_ |
#define WEBRTC_VIDEO_PAYLOAD_ROUTER_H_ |
-#include <list> |
#include <vector> |
#include "webrtc/base/constructormagic.h" |
@@ -37,7 +36,7 @@ class PayloadRouter { |
static size_t DefaultMaxPayloadLength(); |
// Rtp modules are assumed to be sorted in simulcast index order. |
- void SetSendingRtpModules(const std::list<RtpRtcp*>& rtp_modules); |
+ void SetSendingRtpModules(const std::vector<RtpRtcp*>& rtp_modules); |
// PayloadRouter will only route packets if being active, all packets will be |
// dropped otherwise. |