| Index: ash/wm/dock/docked_window_resizer_unittest.cc
|
| diff --git a/ash/wm/dock/docked_window_resizer_unittest.cc b/ash/wm/dock/docked_window_resizer_unittest.cc
|
| index a1ca45246543145f97be87037f23c824d83e1212..d2cd4daea5b4f24b3aee0f1e475b576894bb9b8b 100644
|
| --- a/ash/wm/dock/docked_window_resizer_unittest.cc
|
| +++ b/ash/wm/dock/docked_window_resizer_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/dock/docked_window_resizer.h"
|
| +#include "ash/wm/common/dock/docked_window_resizer.h"
|
|
|
| #include "ash/ash_switches.h"
|
| #include "ash/display/window_tree_host_manager.h"
|
| @@ -21,10 +21,10 @@
|
| #include "ash/test/test_shelf_delegate.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| #include "ash/wm/common/dock/docked_window_layout_manager.h"
|
| +#include "ash/wm/common/panels/panel_layout_manager.h"
|
| #include "ash/wm/common/window_state.h"
|
| #include "ash/wm/common/wm_event.h"
|
| #include "ash/wm/drag_window_resizer.h"
|
| -#include "ash/wm/panels/panel_layout_manager.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ash/wm/window_util.h"
|
| #include "base/command_line.h"
|
|
|