| Index: webrtc/modules/rtp_rtcp/source/tmmbr_help.h | 
| diff --git a/webrtc/modules/rtp_rtcp/source/tmmbr_help.h b/webrtc/modules/rtp_rtcp/source/tmmbr_help.h | 
| index b046e28a7308e602c6e6b024a4641574c928b8e2..09926762b10e61b3a8ad4707b4e5f08027e81d59 100644 | 
| --- a/webrtc/modules/rtp_rtcp/source/tmmbr_help.h | 
| +++ b/webrtc/modules/rtp_rtcp/source/tmmbr_help.h | 
| @@ -87,9 +87,7 @@ public: | 
|  | 
| TMMBRSet* VerifyAndAllocateCandidateSet(const uint32_t minimumSize); | 
| int32_t FindTMMBRBoundingSet(TMMBRSet*& boundingSet); | 
| -    int32_t SetTMMBRBoundingSetToSend( | 
| -        const TMMBRSet* boundingSetToSend, | 
| -        const uint32_t maxBitrateKbit); | 
| +    int32_t SetTMMBRBoundingSetToSend(const TMMBRSet* boundingSetToSend); | 
|  | 
| bool IsOwner(const uint32_t ssrc, const uint32_t length) const; | 
|  | 
|  |