diff options
Diffstat (limited to 'ash/wm/workspace_controller.cc')
-rw-r--r-- | ash/wm/workspace_controller.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/workspace_controller.cc b/ash/wm/workspace_controller.cc index dbc2ccf..c21383a 100644 --- a/ash/wm/workspace_controller.cc +++ b/ash/wm/workspace_controller.cc @@ -4,6 +4,8 @@ #include "ash/wm/workspace_controller.h" +#include "ash/launcher/launcher.h" +#include "ash/launcher/launcher_model.h" #include "ash/wm/default_container_layout_manager.h" #include "ash/wm/window_util.h" #include "ash/wm/workspace/workspace.h" @@ -12,8 +14,6 @@ #include "ui/aura/client/aura_constants.h" #include "ui/aura/root_window.h" #include "ui/aura/window.h" -#include "ui/aura_shell/launcher/launcher.h" -#include "ui/aura_shell/launcher/launcher_model.h" #include "ui/aura_shell/shell.h" namespace aura_shell { |