| Index: ash/wm/panels/panel_window_resizer_unittest.cc
|
| diff --git a/ash/wm/panels/panel_window_resizer_unittest.cc b/ash/wm/panels/panel_window_resizer_unittest.cc
|
| index 46b46cc9f36da6a7784b2d508a07531009de2dd5..212406a4f21d8f43ea70234bac5f30ad6e79bfa5 100644
|
| --- a/ash/wm/panels/panel_window_resizer_unittest.cc
|
| +++ b/ash/wm/panels/panel_window_resizer_unittest.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "ash/common/wm/panels/panel_window_resizer.h"
|
|
|
| +#include "ash/aura/wm_window_aura.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm/wm_event.h"
|
| @@ -19,7 +20,6 @@
|
| #include "ash/test/cursor_manager_test_api.h"
|
| #include "ash/test/shell_test_api.h"
|
| #include "ash/test/test_shelf_delegate.h"
|
| -#include "ash/wm/aura/wm_window_aura.h"
|
| #include "ash/wm/drag_window_resizer.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "base/i18n/rtl.h"
|
| @@ -67,7 +67,7 @@ class PanelWindowResizerTest : public test::AshTestBase {
|
| }
|
|
|
| void DragStart(aura::Window* window) {
|
| - resizer_.reset(CreateWindowResizer(wm::WmWindowAura::Get(window),
|
| + resizer_.reset(CreateWindowResizer(WmWindowAura::Get(window),
|
| window->bounds().origin(), HTCAPTION,
|
| aura::client::WINDOW_MOVE_SOURCE_MOUSE)
|
| .release());
|
|
|