| Index: ash/wm/immersive_fullscreen_controller_unittest.cc
|
| diff --git a/ash/wm/immersive_fullscreen_controller_unittest.cc b/ash/wm/immersive_fullscreen_controller_unittest.cc
|
| index 45e67ae42f1359f59c372887cdda868bfaf87c5b..db136aa74e0c775acc7054663ee7339bf50d892b 100644
|
| --- a/ash/wm/immersive_fullscreen_controller_unittest.cc
|
| +++ b/ash/wm/immersive_fullscreen_controller_unittest.cc
|
| @@ -4,16 +4,16 @@
|
|
|
| #include "ash/shared/immersive_fullscreen_controller.h"
|
|
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/display/mouse_cursor_event_filter.h"
|
| #include "ash/public/cpp/shelf_types.h"
|
| #include "ash/root_window_controller.h"
|
| #include "ash/shared/immersive_fullscreen_controller_delegate.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| #include "ash/shell.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/immersive_fullscreen_controller_test_api.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_state_aura.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/client/cursor_client.h"
|
|
|