| Index: ui/wm/core/transient_window_manager.cc
 | 
| diff --git a/ui/wm/core/transient_window_manager.cc b/ui/wm/core/transient_window_manager.cc
 | 
| index eb67bd3a352183e85198a953c4bbf7bda386f224..6166e77057fc168e0f7d9088614fc71fc90337a6 100644
 | 
| --- a/ui/wm/core/transient_window_manager.cc
 | 
| +++ b/ui/wm/core/transient_window_manager.cc
 | 
| @@ -17,8 +17,7 @@
 | 
|  
 | 
|  using aura::Window;
 | 
|  
 | 
| -namespace views {
 | 
| -namespace corewm {
 | 
| +namespace wm {
 | 
|  
 | 
|  DEFINE_OWNED_WINDOW_PROPERTY_KEY(TransientWindowManager, kPropertyKey, NULL);
 | 
|  
 | 
| @@ -152,5 +151,4 @@ void TransientWindowManager::OnWindowDestroying(Window* window) {
 | 
|    DCHECK(transient_children_.empty());
 | 
|  }
 | 
|  
 | 
| -}  // namespace corewm
 | 
| -}  // namespace views
 | 
| +}  // namespace wm
 | 
| 
 |