| Index: ash/wm/workspace/workspace_event_handler.cc
|
| diff --git a/ash/wm/workspace/workspace_event_handler.cc b/ash/wm/workspace/workspace_event_handler.cc
|
| index 4b42d278fef989760dc1c414c9b5190e1016e714..420cb5055960877a41c0a692cd790724b9f85a50 100644
|
| --- a/ash/wm/workspace/workspace_event_handler.cc
|
| +++ b/ash/wm/workspace/workspace_event_handler.cc
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "ash/wm/workspace/workspace_event_handler.h"
|
|
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/wm_event.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| #include "ash/metrics/user_metrics_recorder.h"
|
| #include "ash/shell.h"
|
| #include "ash/touch/touch_uma.h"
|
| #include "ash/wm/aura/wm_window_aura.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_event.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_delegate.h"
|
|
|