| Index: remoting/host/video_frame_recorder_unittest.cc
|
| diff --git a/remoting/host/video_frame_recorder_unittest.cc b/remoting/host/video_frame_recorder_unittest.cc
|
| index e288135bf86c4f0c2b0c5274cf4ff8a7d50f4376..f4ea260b9362677d1a2c06b31ce2af29eb83c1c0 100644
|
| --- a/remoting/host/video_frame_recorder_unittest.cc
|
| +++ b/remoting/host/video_frame_recorder_unittest.cc
|
| @@ -52,8 +52,8 @@ class VideoFrameRecorderTest : public testing::Test {
|
| public:
|
| VideoFrameRecorderTest();
|
|
|
| - virtual void SetUp() OVERRIDE;
|
| - virtual void TearDown() OVERRIDE;
|
| + virtual void SetUp() override;
|
| + virtual void TearDown() override;
|
|
|
| // Creates a new VideoEncoder, wraps it using |recorder_|, and stores the
|
| // newly wrapped encoder in |encoder_|.
|
|
|