| Index: ash/wm/dock/docked_window_resizer.cc
|
| diff --git a/ash/wm/dock/docked_window_resizer.cc b/ash/wm/dock/docked_window_resizer.cc
|
| index fb35d5280596bdae9524c2f932c18e3596561ee3..9de7707ead53bf7bcf19e097d874259126d9c5a5 100644
|
| --- a/ash/wm/dock/docked_window_resizer.cc
|
| +++ b/ash/wm/dock/docked_window_resizer.cc
|
| @@ -4,12 +4,12 @@
|
|
|
| #include "ash/wm/dock/docked_window_resizer.h"
|
|
|
| -#include "ash/shell_window_ids.h"
|
| #include "ash/wm/common/dock/docked_window_layout_manager.h"
|
| #include "ash/wm/common/window_parenting_utils.h"
|
| #include "ash/wm/common/window_state.h"
|
| #include "ash/wm/common/wm_event.h"
|
| #include "ash/wm/common/wm_root_window_controller.h"
|
| +#include "ash/wm/common/wm_shell_window_ids.h"
|
| #include "ash/wm/common/wm_window.h"
|
| #include "ash/wm/workspace/magnetism_matcher.h"
|
| #include "ui/base/hit_test.h"
|
|
|