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

Unified Diff: chrome/browser/ui/views/location_bar/page_action_with_badge_view.h

Issue 678093002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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/location_bar/page_action_with_badge_view.h
diff --git a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
index 5c8cfcbb5e2cf35569faf73925b43cbeb984e959..228ed1987e8860fe8d8b9cefba1549258f6f993d 100644
--- a/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
+++ b/chrome/browser/ui/views/location_bar/page_action_with_badge_view.h
@@ -23,13 +23,13 @@ class PageActionWithBadgeView : public views::View {
PageActionImageView* image_view() { return image_view_; }
// views::View:
- virtual void GetAccessibleState(ui::AXViewState* state) override;
- virtual gfx::Size GetPreferredSize() const override;
+ void GetAccessibleState(ui::AXViewState* state) override;
+ gfx::Size GetPreferredSize() const override;
void UpdateVisibility(content::WebContents* contents);
private:
- virtual void Layout() override;
+ void Layout() override;
// The button this view contains.
PageActionImageView* image_view_;
« no previous file with comments | « chrome/browser/ui/views/location_bar/origin_chip_view.cc ('k') | chrome/browser/ui/views/location_bar/search_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698