Index: ash/shelf/shelf_alignment_menu.cc |
diff --git a/ash/common/shelf/shelf_alignment_menu.cc b/ash/shelf/shelf_alignment_menu.cc |
similarity index 93% |
rename from ash/common/shelf/shelf_alignment_menu.cc |
rename to ash/shelf/shelf_alignment_menu.cc |
index 12c48b281a2a601d0967607e3bb453207bdc16ee..5429b4e3121e70d018de519bdf094b58d822e5e6 100644 |
--- a/ash/common/shelf/shelf_alignment_menu.cc |
+++ b/ash/shelf/shelf_alignment_menu.cc |
@@ -2,12 +2,12 @@ |
// 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_alignment_menu.h" |
+#include "ash/shelf/shelf_alignment_menu.h" |
-#include "ash/common/metrics/user_metrics_action.h" |
-#include "ash/common/shelf/wm_shelf.h" |
#include "ash/common/wm_shell.h" |
+#include "ash/metrics/user_metrics_action.h" |
#include "ash/public/cpp/shelf_types.h" |
+#include "ash/shelf/wm_shelf.h" |
#include "ash/strings/grit/ash_strings.h" |
namespace ash { |