| Index: ui/wm/core/cursor_manager.cc
 | 
| diff --git a/ui/wm/core/cursor_manager.cc b/ui/wm/core/cursor_manager.cc
 | 
| index 9d1e2db1d4c0c8a63f5afe1ea3092439ec341955..1a95c9fc7aaebb117b8e957dcdb670485ed041ef 100644
 | 
| --- a/ui/wm/core/cursor_manager.cc
 | 
| +++ b/ui/wm/core/cursor_manager.cc
 | 
| @@ -9,8 +9,7 @@
 | 
|  #include "ui/wm/core/native_cursor_manager.h"
 | 
|  #include "ui/wm/core/native_cursor_manager_delegate.h"
 | 
|  
 | 
| -namespace views {
 | 
| -namespace corewm {
 | 
| +namespace wm {
 | 
|  
 | 
|  namespace internal {
 | 
|  
 | 
| @@ -231,5 +230,4 @@ void CursorManager::CommitMouseEventsEnabled(bool enabled) {
 | 
|    current_state_->SetMouseEventsEnabled(enabled);
 | 
|  }
 | 
|  
 | 
| -}  // namespace corewm
 | 
| -}  // namespace views
 | 
| +}  // namespace wm
 | 
| 
 |