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

Unified Diff: ash/wm/panels/panel_window_resizer.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/panels/panel_window_event_handler.h ('k') | ash/wm/panels/panel_window_resizer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/panels/panel_window_resizer.h
diff --git a/ash/wm/panels/panel_window_resizer.h b/ash/wm/panels/panel_window_resizer.h
index 4f087b8c64bcef319b4b5666321eb5aec42fb2d0..c07cf19dd15e34c96980a9bbacee2abcff4b1871 100644
--- a/ash/wm/panels/panel_window_resizer.h
+++ b/ash/wm/panels/panel_window_resizer.h
@@ -30,9 +30,9 @@ class ASH_EXPORT PanelWindowResizer : public WindowResizer {
wm::WindowState* window_state);
// WindowResizer:
- virtual void Drag(const gfx::Point& location, int event_flags) OVERRIDE;
- virtual void CompleteDrag() OVERRIDE;
- virtual void RevertDrag() OVERRIDE;
+ virtual void Drag(const gfx::Point& location, int event_flags) override;
+ virtual void CompleteDrag() override;
+ virtual void RevertDrag() override;
private:
// Creates PanelWindowResizer that adds the ability to attach / detach panel
« no previous file with comments | « ash/wm/panels/panel_window_event_handler.h ('k') | ash/wm/panels/panel_window_resizer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698