| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 876b90ab1c074d92421cec15221c35acdb46b695..262aed8f22bbb9e2db6d90717eb62daef31b15b7 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -1414,8 +1414,7 @@ gfx::Size ShelfView::GetPreferredSize() const {
|
| if (shelf_->IsHorizontalAlignment())
|
| return gfx::Size(last_button_bounds.right() + leading_inset_, kShelfSize);
|
|
|
| - return gfx::Size(kShelfSize,
|
| - last_button_bounds.bottom() + leading_inset_);
|
| + return gfx::Size(kShelfSize, last_button_bounds.bottom() + leading_inset_);
|
| }
|
|
|
| void ShelfView::OnBoundsChanged(const gfx::Rect& previous_bounds) {
|
|
|