| Index: ash/wm/container_finder_unittest.cc
|
| diff --git a/ash/common/wm/container_finder_unittest.cc b/ash/wm/container_finder_unittest.cc
|
| similarity index 89%
|
| rename from ash/common/wm/container_finder_unittest.cc
|
| rename to ash/wm/container_finder_unittest.cc
|
| index cf9f96ddb55a86fc0f6134c6289e508a707594c1..459ac7d32d348d0a124eb47abb585974e2a36b8e 100644
|
| --- a/ash/common/wm/container_finder_unittest.cc
|
| +++ b/ash/wm/container_finder_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/container_finder.h"
|
| +#include "ash/wm/container_finder.h"
|
|
|
| #include <memory>
|
|
|
| -#include "ash/common/test/ash_test.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| +#include "ash/test/ash_test.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/gfx/geometry/rect.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
|
|