| Index: ash/focus_cycler_unittest.cc
 | 
| diff --git a/ash/focus_cycler_unittest.cc b/ash/focus_cycler_unittest.cc
 | 
| index 6fc84fbcf36221641848223f5057337bd6067424..5166b7183bdd4d1b4adfc7ec0fcc1e9df2b3b2ff 100644
 | 
| --- a/ash/focus_cycler_unittest.cc
 | 
| +++ b/ash/focus_cycler_unittest.cc
 | 
| @@ -2,10 +2,11 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "ash/focus_cycler.h"
 | 
| +#include "ash/common/focus_cycler.h"
 | 
|  
 | 
|  #include <memory>
 | 
|  
 | 
| +#include "ash/common/wm_shell.h"
 | 
|  #include "ash/shelf/shelf_widget.h"
 | 
|  #include "ash/shelf/wm_shelf.h"
 | 
|  #include "ash/system/status_area_widget.h"
 | 
| @@ -14,7 +15,6 @@
 | 
|  #include "ash/test/ash_test_base.h"
 | 
|  #include "ash/test/status_area_widget_test_helper.h"
 | 
|  #include "ash/wm/window_util.h"
 | 
| -#include "ash/wm_shell.h"
 | 
|  #include "ui/aura/test/test_windows.h"
 | 
|  #include "ui/aura/window.h"
 | 
|  #include "ui/aura/window_event_dispatcher.h"
 | 
| 
 |