Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
index f279f2416a466b200d8d0aa1b025042d4ce04359..bb6ec215db4996cd1a0e1eec58e2dbba9ce9a375 100644 |
--- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
+++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc |
@@ -93,7 +93,7 @@ void IconLabelBubbleView::Layout() { |
const int pre_label_width = GetPreLabelWidth(); |
label_->SetBounds(pre_label_width, 0, |
width() - pre_label_width - GetBubbleOuterPadding(false), |
- label_->GetPreferredSize().height()); |
+ height()); |
} |
gfx::Size IconLabelBubbleView::GetSizeForLabelWidth(int width) const { |