| Index: ash/wm/aura/wm_shelf_aura.cc
|
| diff --git a/ash/wm/aura/wm_shelf_aura.cc b/ash/wm/aura/wm_shelf_aura.cc
|
| index e177f42f098086bcca8421e60ea64c88fa8b5a1d..179baee37e877cff3efbc3788daa2e8ef2c61bcf 100644
|
| --- a/ash/wm/aura/wm_shelf_aura.cc
|
| +++ b/ash/wm/aura/wm_shelf_aura.cc
|
| @@ -70,7 +70,7 @@ void WmShelfAura::RemoveObserver(WmShelfObserver* observer) {
|
| observers_.RemoveObserver(observer);
|
| }
|
|
|
| -void WmShelfAura::WillDeleteShelf() {
|
| +void WmShelfAura::WillDeleteShelfLayoutManager() {
|
| shelf_layout_manager_->RemoveObserver(this);
|
| shelf_layout_manager_ = nullptr;
|
| }
|
|
|