| Index: ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| diff --git a/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc b/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| index d19b67185ca28bc5380c557571ab3b1380e625b7..8ac33f92426ac8f6890055a4432946d6b1155bd0 100644
|
| --- a/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| +++ b/ash/wm/workspace/workspace_layout_manager_keyboard_unittest.cc
|
| @@ -2,28 +2,28 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/workspace/workspace_layout_manager.h"
|
| +#include "ash/wm/workspace/workspace_layout_manager.h"
|
|
|
| #include <string>
|
| #include <utility>
|
|
|
| -#include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/common/shelf/shelf_constants.h"
|
| -#include "ash/common/shelf/shelf_layout_manager.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/shell_observer.h"
|
| -#include "ash/common/test/ash_test.h"
|
| -#include "ash/common/wm/fullscreen_window_finder.h"
|
| -#include "ash/common/wm/maximize_mode/workspace_backdrop_delegate.h"
|
| -#include "ash/common/wm/window_state.h"
|
| -#include "ash/common/wm/wm_event.h"
|
| -#include "ash/common/wm/wm_screen_util.h"
|
| -#include "ash/common/wm/workspace/workspace_window_resizer.h"
|
| -#include "ash/common/wm_shell.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/shell_window_ids.h"
|
| #include "ash/root_window_controller.h"
|
| +#include "ash/session/session_state_delegate.h"
|
| +#include "ash/shelf/shelf_constants.h"
|
| +#include "ash/shelf/shelf_layout_manager.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| #include "ash/shell.h"
|
| +#include "ash/shell_observer.h"
|
| +#include "ash/test/ash_test.h"
|
| +#include "ash/wm/fullscreen_window_finder.h"
|
| +#include "ash/wm/maximize_mode/workspace_backdrop_delegate.h"
|
| +#include "ash/wm/window_state.h"
|
| +#include "ash/wm/wm_event.h"
|
| +#include "ash/wm/wm_screen_util.h"
|
| +#include "ash/wm/workspace/workspace_window_resizer.h"
|
| +#include "ash/wm_shell.h"
|
| +#include "ash/wm_window.h"
|
| #include "base/command_line.h"
|
| #include "ui/base/ui_base_switches.h"
|
| #include "ui/base/ui_base_types.h"
|
|
|