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

Unified Diff: chrome/browser/ui/views/frame/browser_frame.h

Issue 628773002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[t-v]* (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/frame/browser_frame.h
diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h
index cf4c0d56fe1c303d8e235ba1de56040e8e6ae17b..370b7588c7dea7d6751da8e897c977600d811da2 100644
--- a/chrome/browser/ui/views/frame/browser_frame.h
+++ b/chrome/browser/ui/views/frame/browser_frame.h
@@ -87,18 +87,18 @@ class BrowserFrame
ui::WindowShowState* show_state) const;
// Overridden from views::Widget:
- virtual views::internal::RootView* CreateRootView() OVERRIDE;
- virtual views::NonClientFrameView* CreateNonClientFrameView() OVERRIDE;
+ virtual views::internal::RootView* CreateRootView() override;
+ virtual views::NonClientFrameView* CreateNonClientFrameView() override;
virtual bool GetAccelerator(int command_id,
- ui::Accelerator* accelerator) const OVERRIDE;
- virtual ui::ThemeProvider* GetThemeProvider() const OVERRIDE;
- virtual void SchedulePaintInRect(const gfx::Rect& rect) OVERRIDE;
- virtual void OnNativeWidgetActivationChanged(bool active) OVERRIDE;
+ ui::Accelerator* accelerator) const override;
+ virtual ui::ThemeProvider* GetThemeProvider() const override;
+ virtual void SchedulePaintInRect(const gfx::Rect& rect) override;
+ virtual void OnNativeWidgetActivationChanged(bool active) override;
// Overridden from views::ContextMenuController:
virtual void ShowContextMenuForView(views::View* source,
const gfx::Point& p,
- ui::MenuSourceType source_type) OVERRIDE;
+ ui::MenuSourceType source_type) override;
// Returns true if we should leave any offset at the frame caption. Typically
// when the frame is maximized/full screen we want to leave no offset at the

Powered by Google App Engine
This is Rietveld 408576698