| Index: ash/test/ash_test_helper.cc
 | 
| diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
 | 
| index 00267740844bf8032e48ad9f3f974c0503e5f9a3..1ed61fab91f607f5c6d13c727382da226f18a41b 100644
 | 
| --- a/ash/test/ash_test_helper.cc
 | 
| +++ b/ash/test/ash_test_helper.cc
 | 
| @@ -5,6 +5,8 @@
 | 
|  #include "ash/test/ash_test_helper.h"
 | 
|  
 | 
|  #include "ash/accelerators/accelerator_controller_delegate_aura.h"
 | 
| +#include "ash/common/wm_shell.h"
 | 
| +#include "ash/common/wm_window.h"
 | 
|  #include "ash/mus/screen_mus.h"
 | 
|  #include "ash/mus/window_manager.h"
 | 
|  #include "ash/mus/window_manager_application.h"
 | 
| @@ -19,8 +21,6 @@
 | 
|  #include "ash/test/test_shell_delegate.h"
 | 
|  #include "ash/test/test_system_tray_delegate.h"
 | 
|  #include "ash/test/wm_shell_test_api.h"
 | 
| -#include "ash/wm_shell.h"
 | 
| -#include "ash/wm_window.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
|  #include "base/run_loop.h"
 | 
|  #include "base/strings/string_split.h"
 | 
| 
 |