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

Unified Diff: ash/wm/default_state.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/cursor_manager_chromeos.h ('k') | ash/wm/default_window_resizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/default_state.h
diff --git a/ash/wm/default_state.h b/ash/wm/default_state.h
index ccee0f88992906bb5daa8dd97d1e068136d8f324..a09f0a5e42f7e41f245328f19076277460de8710 100644
--- a/ash/wm/default_state.h
+++ b/ash/wm/default_state.h
@@ -20,11 +20,11 @@ class DefaultState : public WindowState::State {
// WindowState::State overrides:
virtual void OnWMEvent(WindowState* window_state,
- const WMEvent* event) OVERRIDE;
- virtual WindowStateType GetType() const OVERRIDE;
+ const WMEvent* event) override;
+ virtual WindowStateType GetType() const override;
virtual void AttachState(WindowState* window_state,
- WindowState::State* previous_state) OVERRIDE;
- virtual void DetachState(WindowState* window_state) OVERRIDE;
+ WindowState::State* previous_state) override;
+ virtual void DetachState(WindowState* window_state) override;
private:
// Process state dependent events, such as TOGGLE_MAXIMIZED,
« no previous file with comments | « ash/wm/cursor_manager_chromeos.h ('k') | ash/wm/default_window_resizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698