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

Unified Diff: chrome/browser/ui/views/frame/browser_frame_ash.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
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.h ('k') | chrome/browser/ui/views/frame/browser_frame_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/frame/browser_frame_ash.h
diff --git a/chrome/browser/ui/views/frame/browser_frame_ash.h b/chrome/browser/ui/views/frame/browser_frame_ash.h
index f64ac7f3f3dbf7ba1372fb29235c6524ba6e2e86..935054ecd37d992d263e948b843f59fac866f4b6 100644
--- a/chrome/browser/ui/views/frame/browser_frame_ash.h
+++ b/chrome/browser/ui/views/frame/browser_frame_ash.h
@@ -30,18 +30,18 @@ class BrowserFrameAsh : public views::NativeWidgetAura,
protected:
// Overridden from views::NativeWidgetAura:
- virtual void OnWindowDestroying(aura::Window* window) OVERRIDE;
- virtual void OnWindowTargetVisibilityChanged(bool visible) OVERRIDE;
+ virtual void OnWindowDestroying(aura::Window* window) override;
+ virtual void OnWindowTargetVisibilityChanged(bool visible) override;
// Overridden from NativeBrowserFrame:
- virtual views::NativeWidget* AsNativeWidget() OVERRIDE;
- virtual const views::NativeWidget* AsNativeWidget() const OVERRIDE;
- virtual bool UsesNativeSystemMenu() const OVERRIDE;
- virtual int GetMinimizeButtonOffset() const OVERRIDE;
- virtual bool ShouldSaveWindowPlacement() const OVERRIDE;
+ virtual views::NativeWidget* AsNativeWidget() override;
+ virtual const views::NativeWidget* AsNativeWidget() const override;
+ virtual bool UsesNativeSystemMenu() const override;
+ virtual int GetMinimizeButtonOffset() const override;
+ virtual bool ShouldSaveWindowPlacement() const override;
virtual void GetWindowPlacement(
gfx::Rect* bounds,
- ui::WindowShowState* show_state) const OVERRIDE;
+ ui::WindowShowState* show_state) const override;
virtual ~BrowserFrameAsh();
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.h ('k') | chrome/browser/ui/views/frame/browser_frame_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698