Update thread annotiation macros in modules to use RTC_ prefix
BUG=webrtc:8198 Review-Url: https://codereview.webrtc.org/3010223002 Cr-Commit-Position: refs/heads/master@{#19728}
This commit is contained in:
@ -30,7 +30,8 @@ class RtpHeaderParserImpl : public RtpHeaderParser {
|
||||
|
||||
private:
|
||||
rtc::CriticalSection critical_section_;
|
||||
RtpHeaderExtensionMap rtp_header_extension_map_ GUARDED_BY(critical_section_);
|
||||
RtpHeaderExtensionMap rtp_header_extension_map_
|
||||
RTC_GUARDED_BY(critical_section_);
|
||||
};
|
||||
|
||||
RtpHeaderParser* RtpHeaderParser::Create() {
|
||||
|
||||
Reference in New Issue
Block a user