| Index: ui/wm/core/window_modality_controller.cc
 | 
| diff --git a/ui/wm/core/window_modality_controller.cc b/ui/wm/core/window_modality_controller.cc
 | 
| index 7372e1e9b40b15f4fce43b5ed2bff287963a04a4..2eca7e24131b0cdfba4b46a5c337c8ba8e36bcae 100644
 | 
| --- a/ui/wm/core/window_modality_controller.cc
 | 
| +++ b/ui/wm/core/window_modality_controller.cc
 | 
| @@ -19,8 +19,7 @@
 | 
|  #include "ui/wm/core/window_animations.h"
 | 
|  #include "ui/wm/core/window_util.h"
 | 
|  
 | 
| -namespace views {
 | 
| -namespace corewm {
 | 
| +namespace wm {
 | 
|  
 | 
|  // Transient child's modal parent.
 | 
|  extern const aura::WindowProperty<aura::Window*>* const kModalParentKey;
 | 
| @@ -192,5 +191,4 @@ bool WindowModalityController::ProcessLocatedEvent(aura::Window* target,
 | 
|    return !!modal_transient_child;
 | 
|  }
 | 
|  
 | 
| -}  // namespace corewm
 | 
| -}  // namespace views
 | 
| +}  // namespace wm
 | 
| 
 |