Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: ash/common/wm/immersive_context_ash.cc

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/wm/immersive_context_ash.h ('k') | ash/common/wm/immersive_revealed_lock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « ash/common/wm/immersive_context_ash.h ('k') | ash/common/wm/immersive_revealed_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698