| Index: ash/wm/system_modal_container_layout_manager.cc
 | 
| diff --git a/ash/wm/system_modal_container_layout_manager.cc b/ash/wm/system_modal_container_layout_manager.cc
 | 
| index 010bc4aeb27662b698471003236f940fcc63f6e9..46226cecc0636efa035eac88e38f772db70d973d 100644
 | 
| --- a/ash/wm/system_modal_container_layout_manager.cc
 | 
| +++ b/ash/wm/system_modal_container_layout_manager.cc
 | 
| @@ -6,11 +6,11 @@
 | 
|  
 | 
|  #include <cmath>
 | 
|  
 | 
| +#include "ash/common/session/session_state_delegate.h"
 | 
| +#include "ash/common/wm_shell.h"
 | 
| +#include "ash/common/wm_window.h"
 | 
|  #include "ash/public/cpp/shell_window_ids.h"
 | 
| -#include "ash/session/session_state_delegate.h"
 | 
|  #include "ash/wm/window_dimmer.h"
 | 
| -#include "ash/wm_shell.h"
 | 
| -#include "ash/wm_window.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
|  #include "base/stl_util.h"
 | 
|  #include "ui/aura/client/aura_constants.h"
 | 
| 
 |