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

Unified Diff: ash/wm/overview/window_selector_window.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/wm/overview/window_selector_unittest.cc ('k') | ash/wm/panels/attached_panel_window_targeter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_window.h
diff --git a/ash/wm/overview/window_selector_window.h b/ash/wm/overview/window_selector_window.h
index 5d580853019d3819688843c670f180659bce731a..4fca437640a46f8c62930d282270aa4d33e5c5da 100644
--- a/ash/wm/overview/window_selector_window.h
+++ b/ash/wm/overview/window_selector_window.h
@@ -28,18 +28,18 @@ class WindowSelectorWindow : public WindowSelectorItem {
virtual ~WindowSelectorWindow();
// WindowSelectorItem:
- virtual aura::Window* GetRootWindow() OVERRIDE;
- virtual bool HasSelectableWindow(const aura::Window* window) OVERRIDE;
- virtual bool Contains(const aura::Window* target) OVERRIDE;
- virtual void RestoreWindowOnExit(aura::Window* window) OVERRIDE;
- virtual aura::Window* SelectionWindow() OVERRIDE;
- virtual void RemoveWindow(const aura::Window* window) OVERRIDE;
- virtual bool empty() const OVERRIDE;
- virtual void PrepareForOverview() OVERRIDE;
+ virtual aura::Window* GetRootWindow() override;
+ virtual bool HasSelectableWindow(const aura::Window* window) override;
+ virtual bool Contains(const aura::Window* target) override;
+ virtual void RestoreWindowOnExit(aura::Window* window) override;
+ virtual aura::Window* SelectionWindow() override;
+ virtual void RemoveWindow(const aura::Window* window) override;
+ virtual bool empty() const override;
+ virtual void PrepareForOverview() override;
virtual void SetItemBounds(aura::Window* root_window,
const gfx::Rect& target_bounds,
- bool animate) OVERRIDE;
- virtual void SetOpacity(float opacity) OVERRIDE;
+ bool animate) override;
+ virtual void SetOpacity(float opacity) override;
private:
// The window with a scoped transform represented by this selector item.
« no previous file with comments | « ash/wm/overview/window_selector_unittest.cc ('k') | ash/wm/panels/attached_panel_window_targeter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698