Index: ash/shelf/shelf_view.cc |
diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc |
index 0fb0c0c43eb550a0a272525503e24ea9fc0e1f31..f2bf74f0be601364d8a1a4a3925c5ff54c02601b 100644 |
--- a/ash/shelf/shelf_view.cc |
+++ b/ash/shelf/shelf_view.cc |
@@ -11,6 +11,8 @@ |
#include "ash/ash_switches.h" |
#include "ash/aura/wm_window_aura.h" |
#include "ash/common/shelf/shelf_constants.h" |
+#include "ash/common/shelf/shelf_item_delegate_manager.h" |
+#include "ash/common/shelf/shelf_model.h" |
#include "ash/common/wm/root_window_finder.h" |
#include "ash/drag_drop/drag_image_view.h" |
#include "ash/metrics/user_metrics_recorder.h" |
@@ -23,9 +25,7 @@ |
#include "ash/shelf/shelf_button.h" |
#include "ash/shelf/shelf_delegate.h" |
#include "ash/shelf/shelf_icon_observer.h" |
-#include "ash/shelf/shelf_item_delegate_manager.h" |
#include "ash/shelf/shelf_menu_model.h" |
-#include "ash/shelf/shelf_model.h" |
#include "ash/shelf/shelf_widget.h" |
#include "ash/shell.h" |
#include "ash/shell_delegate.h" |