Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(892)

Unified Diff: media/cast/sender/external_video_encoder_unittest.cc

Issue 661163004: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/sender/audio_sender_unittest.cc ('k') | media/cast/sender/video_encoder_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/sender/external_video_encoder_unittest.cc
diff --git a/media/cast/sender/external_video_encoder_unittest.cc b/media/cast/sender/external_video_encoder_unittest.cc
index 12a6b6a9359ba3306ba4d609514b4c9b9484edf9..db553681d540db0dc38296afd4bb88f35db21370 100644
--- a/media/cast/sender/external_video_encoder_unittest.cc
+++ b/media/cast/sender/external_video_encoder_unittest.cc
@@ -148,7 +148,7 @@ class ExternalVideoEncoderTest : public ::testing::Test {
vea_factory.FinishCreatingVideoEncodeAccelerator();
}
- virtual ~ExternalVideoEncoderTest() {}
+ ~ExternalVideoEncoderTest() override {}
void AdvanceClockAndVideoFrameTimestamp() {
testing_clock_->Advance(base::TimeDelta::FromMilliseconds(33));
« no previous file with comments | « media/cast/sender/audio_sender_unittest.cc ('k') | media/cast/sender/video_encoder_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698