| Index: media/cast/net/frame_id_wrap_helper_test.cc
|
| diff --git a/media/cast/net/frame_id_wrap_helper_test.cc b/media/cast/net/frame_id_wrap_helper_test.cc
|
| index c40979d9283afe8df08015e5fba42d853f8bbfe2..499d7de795d4a788cc1fa0de6a6b62868a984624 100644
|
| --- a/media/cast/net/frame_id_wrap_helper_test.cc
|
| +++ b/media/cast/net/frame_id_wrap_helper_test.cc
|
| @@ -12,7 +12,7 @@ namespace cast {
|
| class FrameIdWrapHelperTest : public ::testing::Test {
|
| protected:
|
| FrameIdWrapHelperTest() {}
|
| - virtual ~FrameIdWrapHelperTest() {}
|
| + ~FrameIdWrapHelperTest() override {}
|
|
|
| void RunOneTest(uint32 starting_point, int iterations) {
|
| const int window_size = 127;
|
|
|