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

Unified Diff: media/base/seekable_buffer_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/base/pipeline_unittest.cc ('k') | media/base/serial_runner_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/seekable_buffer_unittest.cc
diff --git a/media/base/seekable_buffer_unittest.cc b/media/base/seekable_buffer_unittest.cc
index 86bcbf4e95d5ee4ee3322c248aa73b41785a103c..c2844254136abc5085cd9252f11e90b028e8b425 100644
--- a/media/base/seekable_buffer_unittest.cc
+++ b/media/base/seekable_buffer_unittest.cc
@@ -23,7 +23,7 @@ class SeekableBufferTest : public testing::Test {
static const int kBufferSize = 4096;
static const int kWriteSize = 512;
- virtual void SetUp() {
+ void SetUp() override {
// Note: We use srand() and rand() rather than base::RandXXX() to improve
// unit test performance. We don't need good random numbers, just
// something that generates "mixed data."
« no previous file with comments | « media/base/pipeline_unittest.cc ('k') | media/base/serial_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698