| Index: ash/wm/workspace/workspace.cc
|
| ===================================================================
|
| --- ash/wm/workspace/workspace.cc (revision 115655)
|
| +++ ash/wm/workspace/workspace.cc (working copy)
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/aura_shell/workspace/workspace.h"
|
| +#include "ash/wm/workspace/workspace.h"
|
|
|
| #include <algorithm>
|
|
|
| +#include "ash/wm/property_util.h"
|
| +#include "ash/wm/window_util.h"
|
| +#include "ash/wm/workspace/workspace_manager.h"
|
| #include "base/logging.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/root_window.h"
|
| #include "ui/aura/window.h"
|
| -#include "ui/aura_shell/property_util.h"
|
| -#include "ui/aura_shell/window_util.h"
|
| -#include "ui/aura_shell/workspace/workspace_manager.h"
|
| #include "ui/base/ui_base_types.h"
|
| #include "ui/gfx/compositor/layer.h"
|
| #include "ui/gfx/compositor/layer_animator.h"
|
|
|