| Index: webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
|
| diff --git a/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h b/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
|
| index 8544068ebd46f3d26e7b2cb29fbc7fd6d49d0a9a..2960729b0a07fa8935b7e3724f41abfbf6769b8a 100644
|
| --- a/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
|
| +++ b/webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h
|
| @@ -82,8 +82,8 @@ class ReceiveSideCongestionController : public CallStatsObserver,
|
|
|
| private:
|
| void PickEstimatorFromHeader(const RTPHeader& header)
|
| - EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
| - void PickEstimator() EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
| + RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
| + void PickEstimator() RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_sect_);
|
| RemoteBitrateObserver* observer_;
|
| const Clock* const clock_;
|
| rtc::CriticalSection crit_sect_;
|
|
|