| Index: ash/common/wm/container_finder.cc
|
| diff --git a/ash/wm/common/container_finder.cc b/ash/common/wm/container_finder.cc
|
| similarity index 91%
|
| rename from ash/wm/common/container_finder.cc
|
| rename to ash/common/wm/container_finder.cc
|
| index 12b776cf9845733d21f22c956549f5a7ffe88eeb..cb5042baf6445e8c25ea603294fc3e946489040c 100644
|
| --- a/ash/wm/common/container_finder.cc
|
| +++ b/ash/common/wm/container_finder.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/container_finder.h"
|
| +#include "ash/common/wm/container_finder.h"
|
|
|
| -#include "ash/wm/common/always_on_top_controller.h"
|
| -#include "ash/wm/common/root_window_finder.h"
|
| -#include "ash/wm/common/window_state.h"
|
| -#include "ash/wm/common/wm_globals.h"
|
| -#include "ash/wm/common/wm_root_window_controller.h"
|
| -#include "ash/wm/common/wm_shell_window_ids.h"
|
| -#include "ash/wm/common/wm_window.h"
|
| +#include "ash/common/wm/always_on_top_controller.h"
|
| +#include "ash/common/wm/root_window_finder.h"
|
| +#include "ash/common/wm/window_state.h"
|
| +#include "ash/common/wm/wm_globals.h"
|
| +#include "ash/common/wm/wm_root_window_controller.h"
|
| +#include "ash/common/wm/wm_shell_window_ids.h"
|
| +#include "ash/common/wm/wm_window.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| namespace ash {
|
|
|