| Index: ash/wm/workspace/workspace_layout_manager.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager.cc b/ash/wm/workspace/workspace_layout_manager.cc
|
| index d0bcc6ddd84bfa80bae0c90215fe146e2adf2a53..2cf5e6e2b1bac5f05b41a3e78494c3723887078e 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager.cc
|
| @@ -5,15 +5,15 @@
|
| #include "ash/wm/workspace/workspace_layout_manager.h"
|
|
|
| #include "ash/screen_ash.h"
|
| -#include "ash/wm/window_util.h"
|
| #include "ash/wm/window_properties.h"
|
| +#include "ash/wm/window_util.h"
|
| #include "ash/wm/workspace/workspace.h"
|
| #include "ash/wm/workspace/workspace_manager.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_observer.h"
|
| -#include "ui/base/event.h"
|
| +#include "ui/base/events/event.h"
|
| #include "ui/base/ui_base_types.h"
|
| #include "ui/gfx/rect.h"
|
|
|
|
|