Index: ui/message_center/views/notification_view.cc |
diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc |
index 028d9d34512062477353a33378e6a3f5b7a2a8d1..42f1caa25be10125585466148c96c24078b882fb 100644 |
--- a/ui/message_center/views/notification_view.cc |
+++ b/ui/message_center/views/notification_view.cc |
@@ -326,7 +326,7 @@ NotificationView::NotificationView(MessageCenterController* controller, |
title_view_ = NULL; |
if (!notification.title().empty()) { |
const gfx::FontList& font_list = |
- default_label_font_list.DeriveFontListWithSizeDelta(2); |
+ default_label_font_list.DeriveWithSizeDelta(2); |
int padding = kTitleLineHeight - font_list.GetHeight(); |
title_view_ = new BoundedLabel( |
gfx::TruncateString(notification.title(), kTitleCharacterLimit), |