| Index: ash/shelf/shelf_layout_manager.h
|
| diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h
|
| index 4705f4d36b43e0b943a905f9d731e1fb1a491fd9..745c640da518d1811115e232d6bf17aa2fdba1aa 100644
|
| --- a/ash/shelf/shelf_layout_manager.h
|
| +++ b/ash/shelf/shelf_layout_manager.h
|
| @@ -187,7 +187,7 @@ class ASH_EXPORT ShelfLayoutManager
|
| shelf_->shelf()->SetAutoHideBehavior(behavior);
|
| }
|
| ShelfAutoHideBehavior auto_hide_behavior() const {
|
| - return shelf_->shelf()->GetAutoHideBehavior();
|
| + return shelf_->shelf()->auto_hide_behavior();
|
| }
|
|
|
| // TODO(msw): Remove these accessors, kept temporarily to simplify changes.
|
|
|