| Index: ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| diff --git a/ash/wm/dock/docked_window_layout_manager_unittest.cc b/ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| index 3f629b359de865d037d47d5988377a6f6aa6b493..6251015f01aa4c8a0c5cfd16d6ee654875f2b7f5 100644
|
| --- a/ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| +++ b/ash/wm/dock/docked_window_layout_manager_unittest.cc
|
| @@ -19,6 +19,7 @@
|
| #include "ash/test/shelf_view_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/panels/panel_layout_manager.h"
|
| #include "ash/wm/window_resizer.h"
|
| #include "ash/wm/window_state.h"
|
| @@ -109,11 +110,10 @@ class DockedWindowLayoutManagerTest
|
| aura::Window* window,
|
| const gfx::Point& point_in_parent,
|
| int window_component) {
|
| - return CreateWindowResizer(
|
| - window,
|
| - point_in_parent,
|
| - window_component,
|
| - aura::client::WINDOW_MOVE_SOURCE_MOUSE).release();
|
| + return CreateWindowResizer(wm::WmWindowAura::Get(window), point_in_parent,
|
| + window_component,
|
| + aura::client::WINDOW_MOVE_SOURCE_MOUSE)
|
| + .release();
|
| }
|
|
|
| void DragStart(aura::Window* window) {
|
|
|