Index: ui/views/widget/desktop_aura/x11_topmost_window_finder.h |
diff --git a/ui/views/widget/desktop_aura/x11_topmost_window_finder.h b/ui/views/widget/desktop_aura/x11_topmost_window_finder.h |
index cf8498abe50f5a803a5613cb97f3cccda0348b25..a8a2e416e162797970734985e47cc0efed27fe13 100644 |
--- a/ui/views/widget/desktop_aura/x11_topmost_window_finder.h |
+++ b/ui/views/widget/desktop_aura/x11_topmost_window_finder.h |
@@ -35,7 +35,7 @@ class VIEWS_EXPORT X11TopmostWindowFinder |
private: |
// ui::EnumerateWindowsDelegate: |
- virtual bool ShouldStopIterating(XID xid) OVERRIDE; |
+ virtual bool ShouldStopIterating(XID xid) override; |
// Returns true if |window| does not not belong to |ignore|, is visible and |
// contains |screen_loc_|. |