Index: views/controls/menu/chrome_menu.h |
=================================================================== |
--- views/controls/menu/chrome_menu.h (revision 16106) |
+++ views/controls/menu/chrome_menu.h (working copy) |
@@ -319,7 +319,7 @@ |
MenuItemView* GetParentMenuItem() const { return parent_menu_item_; } |
// Sets the font. |
- void SetFont(const ChromeFont& font) { font_ = font; } |
+ void SetFont(const gfx::Font& font) { font_ = font; } |
// Sets the title |
void SetTitle(const std::wstring& title) { |
@@ -460,7 +460,7 @@ |
SubmenuView* submenu_; |
// Font. |
- ChromeFont font_; |
+ gfx::Font font_; |
// Title. |
std::wstring title_; |