Index: ash/mus/context_menu_mus.cc |
diff --git a/ash/mus/context_menu_mus.cc b/ash/mus/context_menu_mus.cc |
index c3fe04fb6bc2616e803c557a7c6d3621f884242d..bc690ef45c9dd3d0187b0c8b93081d0c5aad8c5c 100644 |
--- a/ash/mus/context_menu_mus.cc |
+++ b/ash/mus/context_menu_mus.cc |
@@ -4,12 +4,12 @@ |
#include "ash/mus/context_menu_mus.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/wallpaper/wallpaper_controller.h" |
-#include "ash/common/wallpaper/wallpaper_delegate.h" |
-#include "ash/common/wm_shell.h" |
#include "ash/public/cpp/shelf_types.h" |
+#include "ash/shelf/wm_shelf.h" |
#include "ash/strings/grit/ash_strings.h" |
+#include "ash/wallpaper/wallpaper_controller.h" |
+#include "ash/wallpaper/wallpaper_delegate.h" |
+#include "ash/wm_shell.h" |
namespace ash { |