| Index: webrtc/pc/mediamonitor.h
|
| diff --git a/webrtc/pc/mediamonitor.h b/webrtc/pc/mediamonitor.h
|
| index 5f2a1e23b95bfb9b38c77a43b3328d9bb53b7e68..b4efefb01b78b01c7c996b512525dd83220db58e 100644
|
| --- a/webrtc/pc/mediamonitor.h
|
| +++ b/webrtc/pc/mediamonitor.h
|
| @@ -61,7 +61,7 @@ class MediaMonitorT : public MediaMonitor {
|
| media_info_.Clear();
|
| media_channel_->GetStats(&media_info_);
|
| }
|
| - virtual void Update() EXCLUSIVE_LOCKS_REQUIRED(crit_) {
|
| + virtual void Update() RTC_EXCLUSIVE_LOCKS_REQUIRED(crit_) {
|
| MI stats(media_info_);
|
| crit_.Leave();
|
| SignalUpdate(media_channel_, stats);
|
|
|