| Index: webrtc/audio/audio_receive_stream.h
|
| diff --git a/webrtc/audio/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
|
| index dc7992f400cf8b053a70862c36717bee0eed4b4a..0615dc1586fa2cd8be4e6daa64710b2e18cb7c95 100644
|
| --- a/webrtc/audio/audio_receive_stream.h
|
| +++ b/webrtc/audio/audio_receive_stream.h
|
| @@ -90,7 +90,7 @@ class AudioReceiveStream final : public webrtc::AudioReceiveStream,
|
| rtc::scoped_refptr<webrtc::AudioState> audio_state_;
|
| std::unique_ptr<voe::ChannelProxy> channel_proxy_;
|
|
|
| - bool playing_ ACCESS_ON(worker_thread_checker_) = false;
|
| + bool playing_ RTC_ACCESS_ON(worker_thread_checker_) = false;
|
|
|
| std::unique_ptr<RtpStreamReceiverInterface> rtp_stream_receiver_;
|
|
|
|
|