diff options
Diffstat (limited to 'chrome/browser/views/sad_tab_view.h')
-rw-r--r-- | chrome/browser/views/sad_tab_view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/views/sad_tab_view.h b/chrome/browser/views/sad_tab_view.h index 5b2f7e7..766ad77 100644 --- a/chrome/browser/views/sad_tab_view.h +++ b/chrome/browser/views/sad_tab_view.h @@ -39,8 +39,8 @@ class SadTabView : public views::View { // Assorted resources for display. static SkBitmap* sad_tab_bitmap_; - static ChromeFont title_font_; - static ChromeFont message_font_; + static ChromeFont* title_font_; + static ChromeFont* message_font_; static std::wstring title_; static std::wstring message_; static int title_width_; |