| Index: remoting/protocol/monitored_video_stub_unittest.cc
|
| diff --git a/remoting/protocol/monitored_video_stub_unittest.cc b/remoting/protocol/monitored_video_stub_unittest.cc
|
| index 67162c319e488f14abbbc99e34455f8e5c422175..e98c0d16681a00fdd86f97152e8ed84e881c3a6e 100644
|
| --- a/remoting/protocol/monitored_video_stub_unittest.cc
|
| +++ b/remoting/protocol/monitored_video_stub_unittest.cc
|
| @@ -24,7 +24,7 @@ static const int64 kTestOverrideDelayMilliseconds = 1;
|
|
|
| class MonitoredVideoStubTest : public testing::Test {
|
| protected:
|
| - virtual void SetUp() override {
|
| + void SetUp() override {
|
| packet_.reset(new VideoPacket());
|
| monitor_.reset(new MonitoredVideoStub(
|
| &video_stub_,
|
|
|