| Index: ui/views/widget/desktop_aura/desktop_screen_win.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_win.h b/ui/views/widget/desktop_aura/desktop_screen_win.h
|
| index 3225d61709e4493a39cf440c50261f9b70c0abc0..0ba1f5d6cce88e3ff1d145869b492885381532e6 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_win.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_win.h
|
| @@ -17,11 +17,11 @@ public:
|
|
|
| private:
|
| // Overridden from gfx::ScreenWin:
|
| - virtual bool IsDIPEnabled() OVERRIDE;
|
| + virtual bool IsDIPEnabled() override;
|
| virtual gfx::Display GetDisplayMatching(
|
| - const gfx::Rect& match_rect) const OVERRIDE;
|
| - virtual HWND GetHWNDFromNativeView(gfx::NativeView window) const OVERRIDE;
|
| - virtual gfx::NativeWindow GetNativeWindowFromHWND(HWND hwnd) const OVERRIDE;
|
| + const gfx::Rect& match_rect) const override;
|
| + virtual HWND GetHWNDFromNativeView(gfx::NativeView window) const override;
|
| + virtual gfx::NativeWindow GetNativeWindowFromHWND(HWND hwnd) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DesktopScreenWin);
|
| };
|
|
|