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

Unified Diff: extensions/browser/api/declarative_content/content_rules_registry.h

Issue 664933004: Standardize usage of virtual/override/final in extensions/ (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: extensions/browser/api/declarative_content/content_rules_registry.h
diff --git a/extensions/browser/api/declarative_content/content_rules_registry.h b/extensions/browser/api/declarative_content/content_rules_registry.h
index eceda6f1e1e375bfab53b412bd919d7bb7994eca..a5f3c4377ecfe969485a5263101e9f20b997ff3d 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);

Powered by Google App Engine
This is Rietveld 408576698