| Index: ash/wm/lock_state_controller_unittest.cc
 | 
| diff --git a/ash/wm/lock_state_controller_unittest.cc b/ash/wm/lock_state_controller_unittest.cc
 | 
| index 64896c8b3d4531d72e8db32056fc83485f1e63df..981fa83b9653fe55b4ed0f2664e171c7ef5170ad 100644
 | 
| --- a/ash/wm/lock_state_controller_unittest.cc
 | 
| +++ b/ash/wm/lock_state_controller_unittest.cc
 | 
| @@ -7,9 +7,10 @@
 | 
|  #include <memory>
 | 
|  #include <utility>
 | 
|  
 | 
| -#include "ash/session/session_state_delegate.h"
 | 
| +#include "ash/common/session/session_state_delegate.h"
 | 
| +#include "ash/common/shutdown_controller.h"
 | 
| +#include "ash/common/wm_shell.h"
 | 
|  #include "ash/shell.h"
 | 
| -#include "ash/shutdown_controller.h"
 | 
|  #include "ash/test/ash_test_base.h"
 | 
|  #include "ash/test/lock_state_controller_test_api.h"
 | 
|  #include "ash/test/test_screenshot_delegate.h"
 | 
| @@ -19,7 +20,6 @@
 | 
|  #include "ash/wm/maximize_mode/maximize_mode_controller.h"
 | 
|  #include "ash/wm/power_button_controller.h"
 | 
|  #include "ash/wm/session_state_animator.h"
 | 
| -#include "ash/wm_shell.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
|  #include "base/memory/scoped_vector.h"
 | 
|  #include "base/time/time.h"
 | 
| 
 |