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

Unified Diff: ash/common/wm/dock/docked_window_layout_manager.h

Issue 2036353002: mash: Move ash/common/wm/shelf to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 6 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/shelf/wm_shelf_util.cc ('k') | ash/common/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm/dock/docked_window_layout_manager.h
diff --git a/ash/common/wm/dock/docked_window_layout_manager.h b/ash/common/wm/dock/docked_window_layout_manager.h
index 76376de7fb68c29ed381cf568a5b9978921475a9..d1d0bf83cf0110469a0b25351a2aef9d186d150b 100644
--- a/ash/common/wm/dock/docked_window_layout_manager.h
+++ b/ash/common/wm/dock/docked_window_layout_manager.h
@@ -28,10 +28,7 @@ class DockedWindowLayoutManagerObserver;
class DockedWindowResizerTest;
class Shelf;
class WmRootWindowController;
-
-namespace wm {
class WmShelf;
-}
// DockedWindowLayoutManager is responsible for organizing windows when they are
// docked to the side of a screen. It is associated with a specific container
@@ -93,8 +90,8 @@ class ASH_EXPORT DockedWindowLayoutManager
// the current shelf alignment conflicts. Never clears the |alignment_|.
void MaybeSetDesiredDockedAlignment(DockedAlignment alignment);
- wm::WmShelf* shelf() { return shelf_; }
- void SetShelf(wm::WmShelf* shelf);
+ WmShelf* shelf() { return shelf_; }
+ void SetShelf(WmShelf* shelf);
// Calculates if a window is touching the screen edges and returns edge.
DockedAlignment GetAlignmentOfWindow(const WmWindow* window) const;
@@ -267,7 +264,7 @@ class ASH_EXPORT DockedWindowLayoutManager
bool is_dragged_from_dock_;
// The shelf to respond to alignment changes.
- wm::WmShelf* shelf_;
+ WmShelf* shelf_;
// Tracks if any window in the same root window is in fullscreen mode.
bool in_fullscreen_;
« no previous file with comments | « ash/common/shelf/wm_shelf_util.cc ('k') | ash/common/wm/dock/docked_window_layout_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698