| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| index 8b679a0bf1ac91cc392be8af8bf927fa5918d4c8..994996476ea701eadc7ab834efbf91d40bf1c420 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
| @@ -697,7 +697,7 @@ void LocationBarView::GetAccessibleState(ui::AXViewState* state) {
|
| }
|
| }
|
|
|
| -gfx::Size LocationBarView::GetPreferredSize() {
|
| +gfx::Size LocationBarView::GetPreferredSize() const {
|
| gfx::Size background_min_size(border_painter_->GetMinimumSize());
|
| if (!IsInitialized())
|
| return background_min_size;
|
|
|