| Index: webrtc/video/video_send_stream_tests.cc
|
| diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc
|
| index fd380feeb8a4f9a13fe0a26587b8a43676c8ddc1..9a2a1d9a733fb14f27dbb5400d6aaf9c4f6beaef 100644
|
| --- a/webrtc/video/video_send_stream_tests.cc
|
| +++ b/webrtc/video/video_send_stream_tests.cc
|
| @@ -1080,7 +1080,7 @@ TEST_F(VideoSendStreamTest, CanReconfigureToUseStartBitrateAbovePreviousMax) {
|
| }
|
|
|
| private:
|
| - mutable rtc::CriticalSection crit_;
|
| + rtc::CriticalSection crit_;
|
| int start_bitrate_kbps_ GUARDED_BY(crit_);
|
| };
|
|
|
|
|