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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h

Issue 684563002: 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/browser/ui/views/apps/app_info_dialog/app_info_panel.h
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h
index 8fac49dd8b7f8eadcc9f0b2b132c952f4a0cefb8..33a715cfaf278eb91571414a37ef1a03696a3473 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h
@@ -22,7 +22,7 @@ class AppInfoPanel : public views::View {
public:
AppInfoPanel(Profile* profile, const extensions::Extension* app);
- virtual ~AppInfoPanel();
+ ~AppInfoPanel() override;
protected:
// Closes the dialog.

Powered by Google App Engine
This is Rietveld 408576698