| Index: ui/message_center/views/bounded_label.h
|
| diff --git a/ui/message_center/views/bounded_label.h b/ui/message_center/views/bounded_label.h
|
| index 6d97c8850ccc7f3e449369767554b4012213646f..d6b2f49a519a3b6505241cf876cb556cc6e8dae7 100644
|
| --- a/ui/message_center/views/bounded_label.h
|
| +++ b/ui/message_center/views/bounded_label.h
|
| @@ -14,7 +14,7 @@
|
| #include "ui/views/view.h"
|
|
|
| namespace gfx {
|
| -class Font;
|
| +class FontList;
|
| }
|
|
|
| namespace message_center {
|
| @@ -33,7 +33,7 @@ class BoundedLabelTest;
|
| // bounded_label.cc file for details.
|
| class MESSAGE_CENTER_EXPORT BoundedLabel : public views::View {
|
| public:
|
| - BoundedLabel(const string16& text, gfx::Font font);
|
| + BoundedLabel(const string16& text, const gfx::FontList& font_list);
|
| BoundedLabel(const string16& text);
|
| virtual ~BoundedLabel();
|
|
|
|
|