From 9168b2fe3e30afa4fd9a9500ba0725edf97c20a3 Mon Sep 17 00:00:00 2001 From: dcheng Date: Tue, 21 Oct 2014 05:38:24 -0700 Subject: Standardize usage of virtual/override/final in extensions/ This patch was automatically generated by applying clang fixit hints generated by the plugin to the source tree. BUG=417463 TBR=yoz@chromium.org Review URL: https://codereview.chromium.org/664933004 Cr-Commit-Position: refs/heads/master@{#300475} --- extensions/browser/api/declarative_content/content_rules_registry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/browser/api/declarative_content') diff --git a/extensions/browser/api/declarative_content/content_rules_registry.h b/extensions/browser/api/declarative_content/content_rules_registry.h index eceda6f..a5f3c43 100644 --- a/extensions/browser/api/declarative_content/content_rules_registry.h +++ b/extensions/browser/api/declarative_content/content_rules_registry.h @@ -49,7 +49,7 @@ class ContentRulesRegistry : public RulesRegistry { const content::FrameNavigateParams& params) = 0; protected: - virtual ~ContentRulesRegistry() {} + ~ContentRulesRegistry() override {} private: DISALLOW_COPY_AND_ASSIGN(ContentRulesRegistry); -- cgit v1.1