Fix breakage after introducing new test.
TBR=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3899005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5127 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
69969e2e2f
commit
4cfa6050f6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user