Index: ash/wm/root_window_finder.cc |
diff --git a/ash/common/wm/root_window_finder.cc b/ash/wm/root_window_finder.cc |
similarity index 93% |
rename from ash/common/wm/root_window_finder.cc |
rename to ash/wm/root_window_finder.cc |
index 87c2da30fa6a89e1f134bc53952169044f00ec48..9d0b0c74adecfb7a396cf0b4b3c7c74b7a0a0093 100644 |
--- a/ash/common/wm/root_window_finder.cc |
+++ b/ash/wm/root_window_finder.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/wm/root_window_finder.h" |
+#include "ash/wm/root_window_finder.h" |
-#include "ash/common/wm_window.h" |
#include "ash/root_window_controller.h" |
#include "ash/shell.h" |
+#include "ash/wm_window.h" |
#include "ui/display/display.h" |
#include "ui/display/screen.h" |
#include "ui/gfx/geometry/point.h" |