Index: ash/drag_drop/drag_image_view.cc |
diff --git a/ash/common/drag_drop/drag_image_view.cc b/ash/drag_drop/drag_image_view.cc |
similarity index 98% |
rename from ash/common/drag_drop/drag_image_view.cc |
rename to ash/drag_drop/drag_image_view.cc |
index 1306bf10c60b6be2e4c7c659db2048870f629821..15e75278391f3500c996cb4cf180f8bb00e21fa3 100644 |
--- a/ash/common/drag_drop/drag_image_view.cc |
+++ b/ash/drag_drop/drag_image_view.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/drag_drop/drag_image_view.h" |
+#include "ash/drag_drop/drag_image_view.h" |
#include <memory> |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
+#include "ash/wm_window.h" |
#include "skia/ext/image_operations.h" |
#include "ui/base/resource/resource_bundle.h" |
#include "ui/display/display.h" |