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

Unified Diff: ash/wm/lock_window_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/lock_state_controller_unittest.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/lock_window_state.h
diff --git a/ash/wm/lock_window_state.h b/ash/wm/lock_window_state.h
index 921ecf993e7874f3c0dffcf8299ee88c935d73ac..c17faf76dc1d0ba5cb70658f754a9f682b212ed1 100644
--- a/ash/wm/lock_window_state.h
+++ b/ash/wm/lock_window_state.h
@@ -22,11 +22,11 @@ class LockWindowState : public wm::WindowState::State {
// WindowState::State overrides:
virtual void OnWMEvent(wm::WindowState* window_state,
- const wm::WMEvent* event) OVERRIDE;
- virtual wm::WindowStateType GetType() const OVERRIDE;
+ const wm::WMEvent* event) override;
+ virtual wm::WindowStateType GetType() const override;
virtual void AttachState(wm::WindowState* window_state,
- wm::WindowState::State* previous_state) OVERRIDE;
- virtual void DetachState(wm::WindowState* window_state) OVERRIDE;
+ wm::WindowState::State* previous_state) override;
+ virtual void DetachState(wm::WindowState* window_state) override;
// Creates new LockWindowState instance and attaches it to |window|.
static wm::WindowState* SetLockWindowState(aura::Window* window);
« no previous file with comments | « ash/wm/lock_state_controller_unittest.cc ('k') | ash/wm/maximize_mode/maximize_mode_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698