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

Unified Diff: chrome/common/extensions/features/chrome_channel_feature_filter_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/features/chrome_channel_feature_filter_unittest.cc
diff --git a/chrome/common/extensions/features/chrome_channel_feature_filter_unittest.cc b/chrome/common/extensions/features/chrome_channel_feature_filter_unittest.cc
index df32d22b56c913aa0fa98c210cc5809fb33b69f1..771f9d32c3af54afc469f41c48f9cd985a6aa7e0 100644
--- a/chrome/common/extensions/features/chrome_channel_feature_filter_unittest.cc
+++ b/chrome/common/extensions/features/chrome_channel_feature_filter_unittest.cc
@@ -56,7 +56,7 @@ class ChromeChannelFeatureFilterTest : public testing::Test {
protected:
ChromeChannelFeatureFilterTest()
: current_channel_(VersionInfo::CHANNEL_UNKNOWN) {}
- virtual ~ChromeChannelFeatureFilterTest() {}
+ ~ChromeChannelFeatureFilterTest() override {}
private:
ScopedCurrentChannel current_channel_;

Powered by Google App Engine
This is Rietveld 408576698