| 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 ffafb1409b8c44ce6545c7f90259500f6a46d3d6..08b2438f2b83e22a1a4d7748248493e5a6fd3f96 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/tmmbr_help.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/tmmbr_help.h
|
| @@ -12,7 +12,6 @@
|
| #define WEBRTC_MODULES_RTP_RTCP_SOURCE_TMMBR_HELP_H_
|
|
|
| #include <vector>
|
| -#include "webrtc/base/criticalsection.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtcp_packet/tmmb_item.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| @@ -76,7 +75,6 @@ protected:
|
| int32_t FindTMMBRBoundingSet(int32_t numCandidates, TMMBRSet& candidateSet);
|
|
|
| private:
|
| - rtc::CriticalSection _criticalSection;
|
| TMMBRSet _candidateSet;
|
| TMMBRSet _boundingSet;
|
|
|
|
|