| Index: ash/wm/default_container_layout_manager.cc
|
| ===================================================================
|
| --- ash/wm/default_container_layout_manager.cc (revision 115655)
|
| +++ ash/wm/default_container_layout_manager.cc (working copy)
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/aura_shell/default_container_layout_manager.h"
|
| +#include "ash/wm/default_container_layout_manager.h"
|
|
|
| +#include "ash/wm/property_util.h"
|
| #include "ash/wm/show_state_controller.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/event.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/screen_aura.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_observer.h"
|
| -#include "ui/aura_shell/property_util.h"
|
| -#include "ui/aura_shell/window_util.h"
|
| -#include "ui/aura_shell/workspace/workspace.h"
|
| -#include "ui/aura_shell/workspace/workspace_manager.h"
|
| #include "ui/base/ui_base_types.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/views/widget/native_widget_aura.h"
|
|
|