diff --git a/webrtc/video/video_send_stream_tests.cc b/webrtc/video/video_send_stream_tests.cc index 12d8f1bb88..2cb94ab019 100644 --- a/webrtc/video/video_send_stream_tests.cc +++ b/webrtc/video/video_send_stream_tests.cc @@ -617,7 +617,7 @@ TEST_F(VideoSendStreamTest, AutoMute) { void set_high_remb_bps(int value) { high_remb_bps_ = value; } - virtual void Stop() OVERRIDE { transport_.StopSending(); } + virtual void Stop() { transport_.StopSending(); } private: enum TestState {