Index: ash/shelf/shelf_widget_unittest.cc |
diff --git a/ash/shelf/shelf_widget_unittest.cc b/ash/shelf/shelf_widget_unittest.cc |
index 8b9c474724c3e0b9a915332c5138a3fb259aaac2..cd91b1f9308aa201200ae932b3f2416c24d5b2fb 100644 |
--- a/ash/shelf/shelf_widget_unittest.cc |
+++ b/ash/shelf/shelf_widget_unittest.cc |
@@ -2,21 +2,21 @@ |
// 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_widget.h" |
- |
-#include "ash/common/shelf/shelf_constants.h" |
-#include "ash/common/shelf/shelf_layout_manager.h" |
-#include "ash/common/shelf/shelf_view.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/shelf/shelf_widget.h" |
+ |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/shelf_constants.h" |
+#include "ash/shelf/shelf_layout_manager.h" |
+#include "ash/shelf/shelf_view.h" |
+#include "ash/shelf/wm_shelf.h" |
#include "ash/shell.h" |
#include "ash/system/status_area_widget.h" |
#include "ash/test/ash_test_base.h" |
#include "ash/test/ash_test_helper.h" |
#include "ash/test/shelf_view_test_api.h" |
#include "ash/wm/window_util.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "ui/aura/window_event_dispatcher.h" |
#include "ui/display/display.h" |
#include "ui/events/event_utils.h" |