| Index: ash/shelf/shelf_layout_manager.h
|
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
|
| index 1f56cb73796d2fe9c2922d7cd3563b979fb5350b..5a88d01965910d9dd833a5b60fa89b34def4b363 100644
|
| --- a/ash/shelf/shelf_layout_manager.h
|
| +++ b/ash/shelf/shelf_layout_manager.h
|
| @@ -129,14 +129,14 @@ class ASH_EXPORT ShelfLayoutManager
|
|
|
| // Overridden from wm::WmSnapToPixelLayoutManager:
|
| void OnWindowResized() override;
|
| - void SetChildBounds(WmWindow* child,
|
| + void SetChildBounds(aura::Window* child,
|
| const gfx::Rect& requested_bounds) override;
|
|
|
| // Overridden from ShellObserver:
|
| void OnShelfAutoHideBehaviorChanged(WmWindow* root_window) override;
|
| void OnPinnedStateChanged(WmWindow* pinned_window) override;
|
| void OnVirtualKeyboardStateChanged(bool activated,
|
| - WmWindow* root_window) override;
|
| + aura::Window* root_window) override;
|
|
|
| // Overridden from aura::client::ActivationChangeObserver:
|
| void OnWindowActivated(ActivationReason reason,
|
|
|