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

Unified Diff: ash/common/wm_window.h

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_shell.cc ('k') | ash/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 43fd110c480c6ae7963cb82709369b003a2528e8..5488e0320028b93f631a391ef1a7ee433efa3c20 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -39,11 +39,11 @@ class Widget;
namespace ash {
+class ImmersiveFullscreenController;
struct ShelfItemDetails;
class WmLayoutManager;
class WmRootWindowController;
class WmShell;
-class WmImmersiveFullscreenController;
class WmTransientWindowObserver;
class WmWindowObserver;
enum class WmWindowProperty;
@@ -273,7 +273,7 @@ class ASH_EXPORT WmWindow {
// Installs a resize handler on the window that makes it easier to resize
// the window. See ResizeHandleWindowTargeter for the specifics.
virtual void InstallResizeHandleWindowTargeter(
- WmImmersiveFullscreenController* immersive_fullscreen_controller) = 0;
+ ImmersiveFullscreenController* immersive_fullscreen_controller) = 0;
// See description in SetBoundsInScreen().
virtual void SetBoundsInScreenBehaviorForChildren(BoundsInScreenBehavior) = 0;
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698