Index: chrome/browser/views/status_bubble_views.cc |
=================================================================== |
--- chrome/browser/views/status_bubble_views.cc (revision 55911) |
+++ chrome/browser/views/status_bubble_views.cc (working copy) |
@@ -594,7 +594,7 @@ |
gfx::Size StatusBubbleViews::GetPreferredSize() { |
return gfx::Size(0, ResourceBundle::GetSharedInstance().GetFont( |
- ResourceBundle::BaseFont).height() + kTotalVerticalPadding); |
+ ResourceBundle::BaseFont).GetHeight() + kTotalVerticalPadding); |
} |
void StatusBubbleViews::SetBounds(int x, int y, int w, int h) { |