| 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_;
|
|
|