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

Unified Diff: components/precache/core/precache_database_unittest.cc

Issue 684513002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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: components/precache/core/precache_database_unittest.cc
diff --git a/components/precache/core/precache_database_unittest.cc b/components/precache/core/precache_database_unittest.cc
index 6de5086e657c9eac8cac1a616bc0b1b803268b74..23658162067877196df9ce3db596a10f108feeda 100644
--- a/components/precache/core/precache_database_unittest.cc
+++ b/components/precache/core/precache_database_unittest.cc
@@ -54,10 +54,10 @@ namespace precache {
class PrecacheDatabaseTest : public testing::Test {
public:
PrecacheDatabaseTest() {}
- virtual ~PrecacheDatabaseTest() {}
+ ~PrecacheDatabaseTest() override {}
protected:
- virtual void SetUp() override {
+ void SetUp() override {
base::StatisticsRecorder::Initialize();
precache_database_ = new PrecacheDatabase();
« no previous file with comments | « components/precache/content/precache_manager_unittest.cc ('k') | components/precache/core/precache_url_table_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698