Index: ash/shelf/shelf_widget.cc |
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc |
index 8568cea6a83fe301dd261f8c9aed21be4a649309..b14169cfd2ae1ed616d9de8eab4408f9f2244f0c 100644 |
--- a/ash/shelf/shelf_widget.cc |
+++ b/ash/shelf/shelf_widget.cc |
@@ -5,11 +5,9 @@ |
#include "ash/shelf/shelf_widget.h" |
#include "ash/animation/animation_change_type.h" |
-#include "ash/common/focus_cycler.h" |
-#include "ash/common/session/session_state_delegate.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/focus_cycler.h" |
#include "ash/root_window_controller.h" |
+#include "ash/session/session_state_delegate.h" |
#include "ash/shelf/app_list_button.h" |
#include "ash/shelf/shelf_background_animator_observer.h" |
#include "ash/shelf/shelf_constants.h" |
@@ -21,6 +19,8 @@ |
#include "ash/system/status_area_layout_manager.h" |
#include "ash/system/status_area_widget.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/compositor/layer.h" |
#include "ui/compositor/scoped_layer_animation_settings.h" |