| Index: ash/wm/aura/wm_shelf_aura.h
|
| diff --git a/ash/wm/aura/wm_shelf_aura.h b/ash/wm/aura/wm_shelf_aura.h
|
| index 0e5b63c0dfc4093ca5fbe00ae3601844ed705c22..fd03c9ec2f7f1a6a1e4d38c12276b35b8ab30e87 100644
|
| --- a/ash/wm/aura/wm_shelf_aura.h
|
| +++ b/ash/wm/aura/wm_shelf_aura.h
|
| @@ -42,7 +42,7 @@ class ASH_EXPORT WmShelfAura : public WmShelf,
|
| void RemoveObserver(WmShelfObserver* observer) override;
|
|
|
| // ShelfLayoutManagerObserver:
|
| - void WillDeleteShelf() override;
|
| + void WillDeleteShelfLayoutManager() override;
|
| void OnBackgroundUpdated(wm::ShelfBackgroundType background_type,
|
| BackgroundAnimatorChangeType change_type) override;
|
| void WillChangeVisibilityState(ShelfVisibilityState new_state) override;
|
|
|