| Index: ash/wm/cursor_manager_chromeos.cc
|
| diff --git a/ash/wm/cursor_manager_chromeos.cc b/ash/wm/cursor_manager_chromeos.cc
|
| index 5dd91a91489ee422e1fb550b0624e37959ad05e6..04ccd8aea51cb5337d74a1c713494a7d5f64f203 100644
|
| --- a/ash/wm/cursor_manager_chromeos.cc
|
| +++ b/ash/wm/cursor_manager_chromeos.cc
|
| @@ -18,8 +18,7 @@ CursorManager::CursorManager(
|
| std::unique_ptr<::wm::NativeCursorManager> delegate)
|
| : ::wm::CursorManager(std::move(delegate)) {}
|
|
|
| -CursorManager::~CursorManager() {
|
| -}
|
| +CursorManager::~CursorManager() {}
|
|
|
| bool CursorManager::ShouldHideCursorOnKeyEvent(
|
| const ui::KeyEvent& event) const {
|
|
|