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

Unified Diff: ash/wm/overview/window_selector_panels.cc

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_panels.h ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/overview/window_selector_panels.cc
diff --git a/ash/wm/overview/window_selector_panels.cc b/ash/wm/overview/window_selector_panels.cc
index d3c69201e47fc90776b0449da8a28f6c93591a7c..89f8fe6017dfb6d7467b88d505d06f7c53a48c95 100644
--- a/ash/wm/overview/window_selector_panels.cc
+++ b/ash/wm/overview/window_selector_panels.cc
@@ -30,12 +30,12 @@ class ScopedTransformPanelWindow : public ScopedTransformOverviewWindow {
virtual ~ScopedTransformPanelWindow();
// ScopedTransformOverviewWindow overrides:
- virtual void PrepareForOverview() OVERRIDE;
+ virtual void PrepareForOverview() override;
virtual void SetTransform(
aura::Window* root_window,
const gfx::Transform& transform,
- bool animate) OVERRIDE;
+ bool animate) override;
private:
// Returns the panel window bounds after the transformation.
« no previous file with comments | « ash/wm/overview/window_selector_panels.h ('k') | ash/wm/overview/window_selector_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698