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

Unified Diff: chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.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_desktop_window_tree_host_win.h
diff --git a/chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.h b/chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.h
index e504f9d8490a41a20c3ea47d49781b3b4dcc253e..bfb355bd8223e85a1952bac7349ed1a9c6f6fbeb 100644
--- a/chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.h
+++ b/chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.h
@@ -35,25 +35,25 @@ class BrowserDesktopWindowTreeHostWin : public BrowserDesktopWindowTreeHost,
views::NativeMenuWin* GetSystemMenu();
// Overridden from BrowserDesktopWindowTreeHost:
- virtual DesktopWindowTreeHost* AsDesktopWindowTreeHost() OVERRIDE;
- virtual int GetMinimizeButtonOffset() const OVERRIDE;
- virtual bool UsesNativeSystemMenu() const OVERRIDE;
+ virtual DesktopWindowTreeHost* AsDesktopWindowTreeHost() override;
+ virtual int GetMinimizeButtonOffset() const override;
+ virtual bool UsesNativeSystemMenu() const override;
// Overridden from DesktopWindowTreeHostWin:
- virtual int GetInitialShowState() const OVERRIDE;
- virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
- virtual void HandleCreate() OVERRIDE;
- virtual void HandleFrameChanged() OVERRIDE;
+ virtual int GetInitialShowState() const override;
+ virtual bool GetClientAreaInsets(gfx::Insets* insets) const override;
+ virtual void HandleCreate() override;
+ virtual void HandleFrameChanged() override;
virtual bool PreHandleMSG(UINT message,
WPARAM w_param,
LPARAM l_param,
- LRESULT* result) OVERRIDE;
+ LRESULT* result) override;
virtual void PostHandleMSG(UINT message,
WPARAM w_param,
- LPARAM l_param) OVERRIDE;
- virtual bool IsUsingCustomFrame() const OVERRIDE;
- virtual bool ShouldUseNativeFrame() const OVERRIDE;
- virtual void FrameTypeChanged() OVERRIDE;
+ LPARAM l_param) override;
+ virtual bool IsUsingCustomFrame() const override;
+ virtual bool ShouldUseNativeFrame() const override;
+ virtual void FrameTypeChanged() override;
void UpdateDWMFrame();

Powered by Google App Engine
This is Rietveld 408576698