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

Unified Diff: content/browser/media/capture/video_capture_oracle_unittest.cc

Issue 667943003: Standardize usage of virtual/override/final in content/browser/ (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
Index: content/browser/media/capture/video_capture_oracle_unittest.cc
diff --git a/content/browser/media/capture/video_capture_oracle_unittest.cc b/content/browser/media/capture/video_capture_oracle_unittest.cc
index 4a05bf8d4b2ff8aba5759304ee69faa1d4160fce..0ce0000b87fa9cc46a94e4ff8aae56dceb3f5604 100644
--- a/content/browser/media/capture/video_capture_oracle_unittest.cc
+++ b/content/browser/media/capture/video_capture_oracle_unittest.cc
@@ -672,7 +672,7 @@ class AnimatedContentSamplerParameterizedTest
protected:
typedef std::pair<gfx::Rect, base::TimeTicks> Event;
- virtual base::TimeDelta GetMinCapturePeriod() const override {
+ base::TimeDelta GetMinCapturePeriod() const override {
return GetParam().min_capture_period;
}

Powered by Google App Engine
This is Rietveld 408576698