| Index: chrome/browser/views/sad_tab_view.h
 | 
| ===================================================================
 | 
| --- chrome/browser/views/sad_tab_view.h	(revision 16106)
 | 
| +++ chrome/browser/views/sad_tab_view.h	(working copy)
 | 
| @@ -40,8 +40,8 @@
 | 
|  
 | 
|    // Assorted resources for display.
 | 
|    static SkBitmap* sad_tab_bitmap_;
 | 
| -  static ChromeFont* title_font_;
 | 
| -  static ChromeFont* message_font_;
 | 
| +  static gfx::Font* title_font_;
 | 
| +  static gfx::Font* message_font_;
 | 
|    static std::wstring title_;
 | 
|    static std::wstring message_;
 | 
|    static int title_width_;
 | 
| 
 |