Index: ash/test/test_shelf_delegate.cc |
diff --git a/ash/common/test/test_shelf_delegate.cc b/ash/test/test_shelf_delegate.cc |
similarity index 94% |
rename from ash/common/test/test_shelf_delegate.cc |
rename to ash/test/test_shelf_delegate.cc |
index ee762fdc6958a4aa826c6777e5879ec7c8e4edc7..df1a95a91a6276b6f81beb4fc812edbf0a48d381 100644 |
--- a/ash/common/test/test_shelf_delegate.cc |
+++ b/ash/test/test_shelf_delegate.cc |
@@ -2,18 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/test/test_shelf_delegate.h" |
+#include "ash/test/test_shelf_delegate.h" |
#include <utility> |
-#include "ash/common/shelf/shelf_model.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/shell_observer.h" |
-#include "ash/common/test/test_shelf_item_delegate.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/shelf_model.h" |
+#include "ash/shelf/wm_shelf.h" |
+#include "ash/shell_observer.h" |
+#include "ash/test/test_shelf_item_delegate.h" |
#include "ash/wm/window_properties.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/memory/ptr_util.h" |
#include "ui/aura/window.h" |