| Index: ash/common/wm/panels/panel_window_resizer.h
|
| diff --git a/ash/common/wm/panels/panel_window_resizer.h b/ash/common/wm/panels/panel_window_resizer.h
|
| index b104d5ced7a9ec2807b77f8635f76cd9318c1226..dd8deed59175d959bcc986621317421981aa3c23 100644
|
| --- a/ash/common/wm/panels/panel_window_resizer.h
|
| +++ b/ash/common/wm/panels/panel_window_resizer.h
|
| @@ -68,8 +68,8 @@ class ASH_EXPORT PanelWindowResizer : public WindowResizer {
|
| std::unique_ptr<WindowResizer> next_window_resizer_;
|
|
|
| // Panel container window.
|
| - wm::WmWindow* panel_container_;
|
| - wm::WmWindow* initial_panel_container_;
|
| + WmWindow* panel_container_;
|
| + WmWindow* initial_panel_container_;
|
|
|
| // Set to true once Drag() is invoked and the bounds of the window change.
|
| bool did_move_or_resize_;
|
|
|