|
2 | 2 | // Use of this source code is governed by a BSD-style license that can be
|
3 | 3 | // found in the LICENSE file.
|
4 | 4 |
|
5 |
| -#include "ash/common/accelerators/accelerator_controller.h" |
| 5 | +#include "ash/accelerators/accelerator_controller.h" |
6 | 6 |
|
7 | 7 | #include <utility>
|
8 | 8 |
|
9 |
| -#include "ash/common/accelerators/accelerator_commands.h" |
10 |
| -#include "ash/common/accelerators/accelerator_controller_delegate.h" |
11 |
| -#include "ash/common/accelerators/debug_commands.h" |
| 9 | +#include "ash/accelerators/accelerator_commands.h" |
| 10 | +#include "ash/accelerators/accelerator_controller_delegate.h" |
| 11 | +#include "ash/accelerators/debug_commands.h" |
12 | 12 | #include "ash/common/accessibility_delegate.h"
|
13 | 13 | #include "ash/common/accessibility_types.h"
|
14 | 14 | #include "ash/common/focus_cycler.h"
|
|
18 | 18 | #include "ash/common/new_window_controller.h"
|
19 | 19 | #include "ash/common/palette_delegate.h"
|
20 | 20 | #include "ash/common/session/session_state_delegate.h"
|
21 |
| -#include "ash/common/shelf/shelf_widget.h" |
22 |
| -#include "ash/common/shelf/wm_shelf.h" |
23 | 21 | #include "ash/common/shell_delegate.h"
|
24 |
| -#include "ash/common/wm/mru_window_tracker.h" |
25 |
| -#include "ash/common/wm/overview/window_selector_controller.h" |
26 |
| -#include "ash/common/wm/window_cycle_controller.h" |
27 |
| -#include "ash/common/wm/window_positioning_utils.h" |
28 |
| -#include "ash/common/wm/window_state.h" |
29 |
| -#include "ash/common/wm/wm_event.h" |
30 | 22 | #include "ash/common/wm_shell.h"
|
31 | 23 | #include "ash/common/wm_window.h"
|
32 | 24 | #include "ash/resources/vector_icons/vector_icons.h"
|
33 | 25 | #include "ash/root_window_controller.h"
|
| 26 | +#include "ash/shelf/shelf_widget.h" |
| 27 | +#include "ash/shelf/wm_shelf.h" |
34 | 28 | #include "ash/strings/grit/ash_strings.h"
|
35 | 29 | #include "ash/system/brightness_control_delegate.h"
|
36 | 30 | #include "ash/system/ime_menu/ime_menu_tray.h"
|
|
42 | 36 | #include "ash/system/tray/system_tray_delegate.h"
|
43 | 37 | #include "ash/system/tray/system_tray_notifier.h"
|
44 | 38 | #include "ash/system/web_notification/web_notification_tray.h"
|
| 39 | +#include "ash/wm/mru_window_tracker.h" |
| 40 | +#include "ash/wm/overview/window_selector_controller.h" |
| 41 | +#include "ash/wm/window_cycle_controller.h" |
| 42 | +#include "ash/wm/window_positioning_utils.h" |
| 43 | +#include "ash/wm/window_state.h" |
| 44 | +#include "ash/wm/wm_event.h" |
45 | 45 | #include "base/metrics/histogram_macros.h"
|
46 | 46 | #include "base/metrics/user_metrics.h"
|
47 | 47 | #include "chromeos/dbus/dbus_thread_manager.h"
|
|
0 commit comments