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

Unified Diff: chrome/browser/ui/views/website_settings/website_settings_popup_view.cc

Issue 680993004: 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
« no previous file with comments | « chrome/browser/ui/views/website_settings/website_settings_popup_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/website_settings/website_settings_popup_view.cc
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc
index 35f98c29802d8e508f7191e649f402f74fbc55a6..8e2e33a2f421df633a7ae6aafef332b126131aa0 100644
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc
@@ -122,7 +122,7 @@ const int kSiteDataSectionRowSpacing = 11;
class PopupHeaderView : public views::View {
public:
explicit PopupHeaderView(views::ButtonListener* close_button_listener);
- virtual ~PopupHeaderView();
+ ~PopupHeaderView() override;
// Sets the name of the site's identity.
void SetIdentityName(const base::string16& name);
@@ -146,10 +146,10 @@ class PopupHeaderView : public views::View {
class InternalPageInfoPopupView : public views::BubbleDelegateView {
public:
explicit InternalPageInfoPopupView(views::View* anchor_view);
- virtual ~InternalPageInfoPopupView();
+ ~InternalPageInfoPopupView() override;
// views::BubbleDelegateView:
- virtual void OnWidgetDestroying(views::Widget* widget) override;
+ void OnWidgetDestroying(views::Widget* widget) override;
private:
DISALLOW_COPY_AND_ASSIGN(InternalPageInfoPopupView);
« no previous file with comments | « chrome/browser/ui/views/website_settings/website_settings_popup_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698