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

Unified Diff: chrome/common/extensions/features/chrome_channel_feature_filter.h

Issue 653773004: Standardize usage of virtual/override/final in chrome/ (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.h
diff --git a/chrome/common/extensions/features/chrome_channel_feature_filter.h b/chrome/common/extensions/features/chrome_channel_feature_filter.h
index 55f24410b0b307515d337108ad9fa5b1d93cf343..4394f56b9379d3da611d4f32d9beadaacceaadc6 100644
--- a/chrome/common/extensions/features/chrome_channel_feature_filter.h
+++ b/chrome/common/extensions/features/chrome_channel_feature_filter.h
@@ -15,11 +15,11 @@ namespace extensions {
class ChromeChannelFeatureFilter : public SimpleFeatureFilter {
public:
explicit ChromeChannelFeatureFilter(SimpleFeature* feature);
- virtual ~ChromeChannelFeatureFilter();
+ ~ChromeChannelFeatureFilter() override;
// SimpleFeatureFilter implementation.
- virtual std::string Parse(const base::DictionaryValue* value) override;
- virtual Feature::Availability IsAvailableToManifest(
+ std::string Parse(const base::DictionaryValue* value) override;
+ Feature::Availability IsAvailableToManifest(
const std::string& extension_id,
Manifest::Type type,
Manifest::Location location,

Powered by Google App Engine
This is Rietveld 408576698