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

Unified Diff: ui/wm/core/transient_window_controller.h

Issue 623293004: replace OVERRIDE and FINAL with override and final in ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 | « ui/wm/core/shadow_unittest.cc ('k') | ui/wm/core/transient_window_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/core/transient_window_controller.h
diff --git a/ui/wm/core/transient_window_controller.h b/ui/wm/core/transient_window_controller.h
index 8638824ae36c6e6d1d7c400260be1c6923f8de77..4322b414e2fffc8838b1c19f0cde18132b274fda 100644
--- a/ui/wm/core/transient_window_controller.h
+++ b/ui/wm/core/transient_window_controller.h
@@ -20,12 +20,12 @@ class WM_EXPORT TransientWindowController
// TransientWindowClient:
virtual void AddTransientChild(aura::Window* parent,
- aura::Window* child) OVERRIDE;
+ aura::Window* child) override;
virtual void RemoveTransientChild(aura::Window* parent,
- aura::Window* child) OVERRIDE;
- virtual aura::Window* GetTransientParent(aura::Window* window) OVERRIDE;
+ aura::Window* child) override;
+ virtual aura::Window* GetTransientParent(aura::Window* window) override;
virtual const aura::Window* GetTransientParent(
- const aura::Window* window) OVERRIDE;
+ const aura::Window* window) override;
private:
DISALLOW_COPY_AND_ASSIGN(TransientWindowController);
« no previous file with comments | « ui/wm/core/shadow_unittest.cc ('k') | ui/wm/core/transient_window_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698