| Index: ash/system/rotation/tray_rotation_lock.cc
 | 
| diff --git a/ash/system/rotation/tray_rotation_lock.cc b/ash/system/rotation/tray_rotation_lock.cc
 | 
| index 7beae6d49cb653b133b4f58192f1d9baee435520..502b5b41516bcf522b5221ce2f2d99d4c44ef6d4 100644
 | 
| --- a/ash/system/rotation/tray_rotation_lock.cc
 | 
| +++ b/ash/system/rotation/tray_rotation_lock.cc
 | 
| @@ -4,6 +4,7 @@
 | 
|  
 | 
|  #include "ash/system/rotation/tray_rotation_lock.h"
 | 
|  
 | 
| +#include "ash/common/wm_shell.h"
 | 
|  #include "ash/display/screen_orientation_controller_chromeos.h"
 | 
|  #include "ash/resources/vector_icons/vector_icons.h"
 | 
|  #include "ash/shell.h"
 | 
| @@ -15,7 +16,6 @@
 | 
|  #include "ash/system/tray/tray_popup_utils.h"
 | 
|  #include "ash/system/tray/tri_view.h"
 | 
|  #include "ash/wm/maximize_mode/maximize_mode_controller.h"
 | 
| -#include "ash/wm_shell.h"
 | 
|  #include "ui/accessibility/ax_node_data.h"
 | 
|  #include "ui/base/l10n/l10n_util.h"
 | 
|  #include "ui/display/display.h"
 | 
| 
 |