Chromium Code Reviews

Unified Diff: chrome/browser/ui/webui/quota_internals/quota_internals_ui.h

Issue 671653002: Standardize usage of virtual/override/final in chrome/browser/ui/ (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.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/webui/quota_internals/quota_internals_ui.h
diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_ui.h b/chrome/browser/ui/webui/quota_internals/quota_internals_ui.h
index 5c75d6bd2250e522cabf0f4cb574ed9900ff896b..e4d9cc74edc413dd2925e9ac60ad1dd00c4c8f4c 100644
--- a/chrome/browser/ui/webui/quota_internals/quota_internals_ui.h
+++ b/chrome/browser/ui/webui/quota_internals/quota_internals_ui.h
@@ -9,7 +9,8 @@
class QuotaInternalsUI : public content::WebUIController {
public:
explicit QuotaInternalsUI(content::WebUI* web_ui);
- virtual ~QuotaInternalsUI() {}
+ ~QuotaInternalsUI() override {}
+
private:
DISALLOW_COPY_AND_ASSIGN(QuotaInternalsUI);
};

Powered by Google App Engine