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

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

Issue 629963002: Replacing the OVERRIDE with override and FINAL with final in content/browser/media (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 139a084bdea23ae8e09622ee19e26586b1e25eb7..4a05bf8d4b2ff8aba5759304ee69faa1d4160fce 100644
--- a/content/browser/media/capture/video_capture_oracle_unittest.cc
+++ b/content/browser/media/capture/video_capture_oracle_unittest.cc
@@ -499,7 +499,7 @@ class AnimatedContentSamplerTest : public ::testing::Test {
AnimatedContentSamplerTest() {}
virtual ~AnimatedContentSamplerTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
const base::TimeDelta since_epoch =
InitialTestTimeTicks() - base::TimeTicks::UnixEpoch();
rand_seed_ = abs(static_cast<int>(since_epoch.InMicroseconds()));
@@ -672,7 +672,7 @@ class AnimatedContentSamplerParameterizedTest
protected:
typedef std::pair<gfx::Rect, base::TimeTicks> Event;
- virtual base::TimeDelta GetMinCapturePeriod() const OVERRIDE {
+ virtual base::TimeDelta GetMinCapturePeriod() const override {
return GetParam().min_capture_period;
}

Powered by Google App Engine
This is Rietveld 408576698