Index: chrome/browser/ui/views/profiles/avatar_button.cc |
diff --git a/chrome/browser/ui/views/profiles/avatar_button.cc b/chrome/browser/ui/views/profiles/avatar_button.cc |
index 6b5ac736d3a02067e925a9bd2fac4370301d64fa..a787cc31389ed9c42f187dffff1e5ffbb5f755fb 100644 |
--- a/chrome/browser/ui/views/profiles/avatar_button.cc |
+++ b/chrome/browser/ui/views/profiles/avatar_button.cc |
@@ -86,7 +86,7 @@ AvatarButton::AvatarButton(views::ButtonListener* listener, |
// is larger than this, it will be shrunk to match it. |
// TODO(noms): Calculate this constant algorithmically from the button's size. |
const int kDisplayFontHeight = 16; |
- SetFontList( |
+ label()->SetFontList( |
label()->font_list().DeriveWithHeightUpperBound(kDisplayFontHeight)); |
#if defined(OS_WIN) |