Index: ash/shelf/shelf_window_watcher_item_delegate.cc |
diff --git a/ash/common/shelf/shelf_window_watcher_item_delegate.cc b/ash/shelf/shelf_window_watcher_item_delegate.cc |
similarity index 89% |
rename from ash/common/shelf/shelf_window_watcher_item_delegate.cc |
rename to ash/shelf/shelf_window_watcher_item_delegate.cc |
index 01f4bd469afc7363230af6b68b7c9a0be0ef21e6..9c3b08a836ddc6a5c1517f8262b3fb23e824be47 100644 |
--- a/ash/common/shelf/shelf_window_watcher_item_delegate.cc |
+++ b/ash/shelf/shelf_window_watcher_item_delegate.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/common/shelf/shelf_window_watcher_item_delegate.h" |
+#include "ash/shelf/shelf_window_watcher_item_delegate.h" |
-#include "ash/common/shelf/shelf_controller.h" |
-#include "ash/common/shelf/shelf_model.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/window_properties.h" |
+#include "ash/shelf/shelf_controller.h" |
+#include "ash/shelf/shelf_model.h" |
+#include "ash/wm/window_state.h" |
#include "ash/wm/window_util.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "ui/aura/window.h" |
#include "ui/events/event_constants.h" |