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

Unified Diff: ash/wm/ash_native_cursor_manager.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/ash_focus_rules.h ('k') | ash/wm/ash_native_cursor_manager_interactive_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/ash_native_cursor_manager.h
diff --git a/ash/wm/ash_native_cursor_manager.h b/ash/wm/ash_native_cursor_manager.h
index 290b701b30bb739a9045e85ad3d2bb558bfb3303..0ab9964bdba34e662fb875d3397d5c484f487730 100644
--- a/ash/wm/ash_native_cursor_manager.h
+++ b/ash/wm/ash_native_cursor_manager.h
@@ -47,19 +47,19 @@ class ASH_EXPORT AshNativeCursorManager
// Overridden from ::wm::NativeCursorManager:
virtual void SetDisplay(
const gfx::Display& display,
- ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
+ ::wm::NativeCursorManagerDelegate* delegate) override;
virtual void SetCursor(
gfx::NativeCursor cursor,
- ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
+ ::wm::NativeCursorManagerDelegate* delegate) override;
virtual void SetVisibility(
bool visible,
- ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
+ ::wm::NativeCursorManagerDelegate* delegate) override;
virtual void SetCursorSet(
ui::CursorSetType cursor_set,
- ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
+ ::wm::NativeCursorManagerDelegate* delegate) override;
virtual void SetMouseEventsEnabled(
bool enabled,
- ::wm::NativeCursorManagerDelegate* delegate) OVERRIDE;
+ ::wm::NativeCursorManagerDelegate* delegate) override;
// The cursor location where the cursor was disabled.
gfx::Point disabled_cursor_location_;
« no previous file with comments | « ash/wm/ash_focus_rules.h ('k') | ash/wm/ash_native_cursor_manager_interactive_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698