| Index: ash/common/wm/immersive_context_ash.cc
|
| diff --git a/ash/wm/immersive_context_ash.cc b/ash/common/wm/immersive_context_ash.cc
|
| similarity index 95%
|
| rename from ash/wm/immersive_context_ash.cc
|
| rename to ash/common/wm/immersive_context_ash.cc
|
| index 1488191d6c097d3ceac2bf7e6d106ea0a8a35bd9..62f0d2ffdd6a63b05526ec65414969da53e0899a 100644
|
| --- a/ash/wm/immersive_context_ash.cc
|
| +++ b/ash/common/wm/immersive_context_ash.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/immersive_context_ash.h"
|
| +#include "ash/common/wm/immersive_context_ash.h"
|
|
|
| #include "ash/common/shelf/wm_shelf.h"
|
| #include "ash/common/wm/window_state.h"
|
| @@ -10,7 +10,7 @@
|
| #include "ash/common/wm_root_window_controller.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| -#include "ash/wm/immersive_fullscreen_controller.h"
|
| +#include "ash/shared/immersive_fullscreen_controller.h"
|
| #include "base/logging.h"
|
| #include "ui/display/display.h"
|
| #include "ui/display/screen.h"
|
|
|