| Index: ash/wm/panels/panel_window_resizer.cc
|
| diff --git a/ash/wm/panels/panel_window_resizer.cc b/ash/wm/panels/panel_window_resizer.cc
|
| index b6b9258175c24ddccdae5c673c02157172eaef2b..c750cfc3a579f5bcfa296e8cf189315afeedbe10 100644
|
| --- a/ash/wm/panels/panel_window_resizer.cc
|
| +++ b/ash/wm/panels/panel_window_resizer.cc
|
| @@ -12,7 +12,6 @@
|
| #include "ash/wm/panels/panel_layout_manager.h"
|
| #include "ash/wm/window_parenting_utils.h"
|
| #include "ash/wm/window_state.h"
|
| -#include "ash/wm_window.h"
|
| #include "ui/aura/client/window_parenting_client.h"
|
| #include "ui/base/hit_test.h"
|
| #include "ui/base/ui_base_types.h"
|
| @@ -199,8 +198,7 @@ void PanelWindowResizer::FinishDragging() {
|
|
|
| void PanelWindowResizer::UpdateLauncherPosition() {
|
| if (panel_container_) {
|
| - GetPanelLayoutManager()->shelf()->UpdateIconPositionForPanel(
|
| - WmWindow::Get(GetTarget()));
|
| + GetPanelLayoutManager()->shelf()->UpdateIconPositionForPanel(GetTarget());
|
| }
|
| }
|
|
|
|
|