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

Unified Diff: chrome/browser/ui/views/website_settings/permission_selector_view.h

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 | « no previous file | chrome/browser/ui/views/website_settings/permission_selector_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/website_settings/permission_selector_view.h
diff --git a/chrome/browser/ui/views/website_settings/permission_selector_view.h b/chrome/browser/ui/views/website_settings/permission_selector_view.h
index ea05c95dbbd9f48753b1dcc79d25d17f3cb251ce..afcde26557160d4bec25bb531f584077aab52714 100644
--- a/chrome/browser/ui/views/website_settings/permission_selector_view.h
+++ b/chrome/browser/ui/views/website_settings/permission_selector_view.h
@@ -40,10 +40,10 @@ class PermissionSelectorView : public views::View {
protected:
// Overridden from views::View.
- virtual void ChildPreferredSizeChanged(View* child) override;
+ void ChildPreferredSizeChanged(View* child) override;
private:
- virtual ~PermissionSelectorView();
+ ~PermissionSelectorView() override;
// Model for the permission's menu.
scoped_ptr<PermissionMenuModel> menu_model_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/permission_selector_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698