| Index: webrtc/video/payload_router.h
|
| diff --git a/webrtc/video/payload_router.h b/webrtc/video/payload_router.h
|
| index ea02a5cd15094fb12e8156666c7236f9b730c4fb..ad570fabed4913341309adbac45dba3ee607fa47 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.
|
|
|