Index: content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
diff --git a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
index 96fe4baad9dd113b615648528c3a9cc04a1cd3e7..09f84454f601c8acfe1fee92c1e31122a31b6858 100644 |
--- a/content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
+++ b/content/browser/media/capture/web_contents_video_capture_device_unittest.cc |
@@ -510,7 +510,7 @@ class WebContentsVideoCaptureDeviceTest : public testing::Test { |
} |
protected: |
- virtual void SetUp() { |
+ void SetUp() override { |
gfx::Screen::SetScreenInstance(gfx::SCREEN_TYPE_NATIVE, &fake_screen_); |
ASSERT_EQ(&fake_screen_, gfx::Screen::GetNativeScreen()); |
@@ -545,7 +545,7 @@ class WebContentsVideoCaptureDeviceTest : public testing::Test { |
base::RunLoop().RunUntilIdle(); |
} |
- virtual void TearDown() { |
+ void TearDown() override { |
// Tear down in opposite order of set-up. |
// The device is destroyed asynchronously, and will notify the |