| Index: ash/wm/screen_pinning_controller_unittest.cc
|
| diff --git a/ash/wm/screen_pinning_controller_unittest.cc b/ash/wm/screen_pinning_controller_unittest.cc
|
| index 590f4941c1cc7a7e035bf87c265e5c06a8582c27..09ad95735c1750e7c5f46b45318c42feb8a8a764 100644
|
| --- a/ash/wm/screen_pinning_controller_unittest.cc
|
| +++ b/ash/wm/screen_pinning_controller_unittest.cc
|
| @@ -6,13 +6,13 @@
|
|
|
| #include <vector>
|
|
|
| -#include "ash/common/accelerators/accelerator_controller.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/accelerators/accelerator_controller.h"
|
| #include "ash/test/ash_test_base.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_util.h"
|
| +#include "ash/wm/wm_event.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/stl_util.h"
|
| #include "ui/aura/window.h"
|
|
|
|
|