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

Unified Diff: ui/wm/core/transient_window_stacking_client.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
Index: ui/wm/core/transient_window_stacking_client.h
diff --git a/ui/wm/core/transient_window_stacking_client.h b/ui/wm/core/transient_window_stacking_client.h
index 4ab4aea17422b3868139672bbac1ea81e4c4a4d5..ce9d55ca61309234954ce0f4f6448c5bd3cf0df4 100644
--- a/ui/wm/core/transient_window_stacking_client.h
+++ b/ui/wm/core/transient_window_stacking_client.h
@@ -21,7 +21,7 @@ class WM_EXPORT TransientWindowStackingClient
// WindowStackingClient:
virtual bool AdjustStacking(aura::Window** child,
aura::Window** target,
- aura::Window::StackDirection* direction) OVERRIDE;
+ aura::Window::StackDirection* direction) override;
private:
// Purely for DCHECKs.
« no previous file with comments | « ui/wm/core/transient_window_manager_unittest.cc ('k') | ui/wm/core/transient_window_stacking_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698