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 3a12bec9706427b8d9128aba1412a406685692b9..df8ba3d86eb4369a487a0518c174e29b537e6eed 100644 |
--- a/chrome/browser/ui/views/location_bar/location_bar_view.cc |
+++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc |
@@ -146,7 +146,7 @@ gfx::FontList GetLargestFontListWithHeightBound( |
const int space_at_bottom = height - (y_offset + font_list.GetHeight()); |
if ((y_offset >= 0) && (space_at_bottom >= 0)) |
break; |
- font_list = font_list.DeriveFontListWithSizeDelta(-1); |
+ font_list = font_list.DeriveWithSizeDelta(-1); |
} |
return font_list; |
} |