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

Unified Diff: ash/shelf/overflow_bubble_view.h

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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 | « ash/shelf/overflow_bubble.h ('k') | ash/shelf/overflow_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/overflow_bubble_view.h
diff --git a/ash/shelf/overflow_bubble_view.h b/ash/shelf/overflow_bubble_view.h
index 4348a2d4c860c8665a95c25167beaea9b905d348..9d928ebc740b3f40fbedd9360db961f1e59cf508 100644
--- a/ash/shelf/overflow_bubble_view.h
+++ b/ash/shelf/overflow_bubble_view.h
@@ -28,7 +28,7 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView {
void InitOverflowBubble(views::View* anchor, ShelfView* shelf_view);
// views::BubbleDelegateView overrides:
- virtual gfx::Rect GetBubbleBounds() OVERRIDE;
+ virtual gfx::Rect GetBubbleBounds() override;
private:
friend class test::OverflowBubbleViewTestAPI;
@@ -44,13 +44,13 @@ class ASH_EXPORT OverflowBubbleView : public views::BubbleDelegateView {
void ScrollByYOffset(int y_offset);
// views::View overrides:
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
- virtual void Layout() OVERRIDE;
- virtual void ChildPreferredSizeChanged(views::View* child) OVERRIDE;
- virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
+ virtual void Layout() override;
+ virtual void ChildPreferredSizeChanged(views::View* child) override;
+ virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) override;
// ui::EventHandler overrides:
- virtual void OnScrollEvent(ui::ScrollEvent* event) OVERRIDE;
+ virtual void OnScrollEvent(ui::ScrollEvent* event) override;
ShelfLayoutManager* GetShelfLayoutManager() const;
« no previous file with comments | « ash/shelf/overflow_bubble.h ('k') | ash/shelf/overflow_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698