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

Unified Diff: chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc

Issue 679273002: 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
Index: chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
diff --git a/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc b/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
index ed11c27176eb4c484785451f2d4734c52cfcc2f0..a3c8b00b8c0bb119c3c7a78b019e94f35a5e6a03 100644
--- a/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
+++ b/chrome/common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
@@ -25,9 +25,9 @@ class StorageSchemaManifestHandlerTest : public testing::Test {
StorageSchemaManifestHandlerTest()
: scoped_channel_(chrome::VersionInfo::CHANNEL_DEV) {}
- virtual ~StorageSchemaManifestHandlerTest() {}
+ ~StorageSchemaManifestHandlerTest() override {}
- virtual void SetUp() override {
+ void SetUp() override {
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
manifest_.SetString("name", "test");
« no previous file with comments | « chrome/common/crash_keys_unittest.cc ('k') | chrome/common/extensions/features/chrome_channel_feature_filter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698