diff options
Diffstat (limited to 'chrome/browser/views/download_item_view.h')
-rw-r--r-- | chrome/browser/views/download_item_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/download_item_view.h b/chrome/browser/views/download_item_view.h index 264d98d..f81242f 100644 --- a/chrome/browser/views/download_item_view.h +++ b/chrome/browser/views/download_item_view.h @@ -165,7 +165,7 @@ class DownloadItemView : public views::ButtonListener, bool show_status_text_; // The font used to print the file name and status. - ChromeFont font_; + gfx::Font font_; // The current state (normal, hot or pushed) of the body and drop-down. State body_state_; |