summaryrefslogtreecommitdiffstats
path: root/views/controls/menu/chrome_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/menu/chrome_menu.h')
-rw-r--r--views/controls/menu/chrome_menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/controls/menu/chrome_menu.h b/views/controls/menu/chrome_menu.h
index 6bb25c7..6622cbd 100644
--- a/views/controls/menu/chrome_menu.h
+++ b/views/controls/menu/chrome_menu.h
@@ -319,7 +319,7 @@ class MenuItemView : public View {
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 @@ class MenuItemView : public View {
SubmenuView* submenu_;
// Font.
- ChromeFont font_;
+ gfx::Font font_;
// Title.
std::wstring title_;