Index: ui/views/focus/external_focus_tracker.h |
diff --git a/ui/views/focus/external_focus_tracker.h b/ui/views/focus/external_focus_tracker.h |
index e4d91720a2d5b45f6a984295b9607f4b2df4ac27..3cfacb3baf52afb9fc17aa7d35e299469ff1d4a6 100644 |
--- a/ui/views/focus/external_focus_tracker.h |
+++ b/ui/views/focus/external_focus_tracker.h |
@@ -33,9 +33,9 @@ class VIEWS_EXPORT ExternalFocusTracker : public FocusChangeListener { |
// FocusChangeListener: |
virtual void OnWillChangeFocus(View* focused_before, |
- View* focused_now) OVERRIDE; |
+ View* focused_now) override; |
virtual void OnDidChangeFocus(View* focused_before, |
- View* focused_now) OVERRIDE; |
+ View* focused_now) override; |
// Focuses last focused view which is not a child of parent view and is not |
// parent view itself. Returns true if focus for a view was requested, false |