| Index: ash/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc
|
| index 78f944b2f0949dc466cb15ecdc3c04a6c2a9fa15..c9bfdf346abd36986ff90d985b084893c0d96b9a 100644
|
| --- a/ash/shelf/shelf_layout_manager.cc
|
| +++ b/ash/shelf/shelf_layout_manager.cc
|
| @@ -407,7 +407,8 @@ void ShelfLayoutManager::SetChildBounds(aura::Window* child,
|
| }
|
| }
|
|
|
| -void ShelfLayoutManager::OnShelfAutoHideBehaviorChanged(WmWindow* root_window) {
|
| +void ShelfLayoutManager::OnShelfAutoHideBehaviorChanged(
|
| + aura::Window* root_window) {
|
| UpdateVisibilityState();
|
| }
|
|
|
|
|