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

Unified Diff: ash/wm/cursor_manager_chromeos.h

Issue 645513008: Standardize usage of virtual/override/final specifiers. (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_native_cursor_manager_unittest.cc ('k') | ash/wm/default_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/cursor_manager_chromeos.h
diff --git a/ash/wm/cursor_manager_chromeos.h b/ash/wm/cursor_manager_chromeos.h
index ea81e54ccff82f3fa1654cc560841db767908d2b..70c121e8a22ee11aa7dd102a668314f3d11ed978 100644
--- a/ash/wm/cursor_manager_chromeos.h
+++ b/ash/wm/cursor_manager_chromeos.h
@@ -29,11 +29,11 @@ class ASH_EXPORT CursorManager : public ::wm::CursorManager {
public:
explicit CursorManager(
scoped_ptr< ::wm::NativeCursorManager> delegate);
- virtual ~CursorManager();
+ ~CursorManager() override;
// aura::client::CursorClient:
- virtual bool ShouldHideCursorOnKeyEvent(
- const ui::KeyEvent& event) const override;
+ bool ShouldHideCursorOnKeyEvent(const ui::KeyEvent& event) const override;
+
private:
DISALLOW_COPY_AND_ASSIGN(CursorManager);
};
« no previous file with comments | « ash/wm/ash_native_cursor_manager_unittest.cc ('k') | ash/wm/default_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698