Index: ash/system/palette/palette_tray.cc |
diff --git a/ash/system/palette/palette_tray.cc b/ash/system/palette/palette_tray.cc |
index d78fa6e4bb1c4210dc9edb7ee9f175bc00422389..2d176f665aaec73912d9dd651f7056d6c06f0cd1 100644 |
--- a/ash/system/palette/palette_tray.cc |
+++ b/ash/system/palette/palette_tray.cc |
@@ -6,15 +6,15 @@ |
#include "ash/common/material_design/material_design_controller.h" |
#include "ash/common/session/session_state_delegate.h" |
-#include "ash/common/shelf/shelf_constants.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/shelf/wm_shelf_util.h" |
#include "ash/common/wm_shell.h" |
#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/resources/grit/ash_resources.h" |
#include "ash/resources/vector_icons/vector_icons.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/shelf_constants.h" |
+#include "ash/shelf/wm_shelf.h" |
+#include "ash/shelf/wm_shelf_util.h" |
#include "ash/strings/grit/ash_strings.h" |
#include "ash/system/palette/palette_tool_manager.h" |
#include "ash/system/palette/palette_utils.h" |