summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/sad_tab_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/sad_tab_view.h')
-rw-r--r--chrome/browser/views/sad_tab_view.h4
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_;