Fix constness

Bug: none
Change-Id: Ib863b6c4d9c447e8a755a0b4eddbfbf59d746c54
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/217897
Reviewed-by: Niels Moller <nisse@webrtc.org>
Commit-Queue: Tommi <tommi@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33965}
This commit is contained in:
Tomas Gunnarsson 2021-05-10 10:52:46 +02:00 committed by WebRTC LUCI CQ
parent f33f7a2ada
commit 8ba623d63a

View File

@ -301,7 +301,7 @@ class MediaChannel {
const rtc::PacketOptions& options);
const bool enable_dscp_;
rtc::scoped_refptr<webrtc::PendingTaskSafetyFlag> network_safety_
const rtc::scoped_refptr<webrtc::PendingTaskSafetyFlag> network_safety_
RTC_PT_GUARDED_BY(network_thread_);
webrtc::TaskQueueBase* const network_thread_;
NetworkInterface* network_interface_ RTC_GUARDED_BY(network_thread_) =