| Index: ash/wm/window_util.cc
|
| ===================================================================
|
| --- ash/wm/window_util.cc (revision 115655)
|
| +++ ash/wm/window_util.cc (working copy)
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/aura_shell/window_util.h"
|
| +#include "ash/wm/window_util.h"
|
|
|
| #include "ash/wm/activation_controller.h"
|
| +#include "ash/wm/property_util.h"
|
| #include "ui/aura/client/activation_client.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/base/ui_base_types.h"
|
| #include "ui/gfx/screen.h"
|
|
|
|
|