| Index: chrome/browser/views/bookmark_table_view.h
 | 
| ===================================================================
 | 
| --- chrome/browser/views/bookmark_table_view.h	(revision 16106)
 | 
| +++ chrome/browser/views/bookmark_table_view.h	(working copy)
 | 
| @@ -13,7 +13,9 @@
 | 
|  class BookmarkModel;
 | 
|  class BookmarkNode;
 | 
|  class BookmarkTableModel;
 | 
| -class ChromeFont;
 | 
| +namespace gfx {
 | 
| +class Font;
 | 
| +}
 | 
|  class OSExchangeData;
 | 
|  class PrefService;
 | 
|  class Profile;
 | 
| @@ -144,7 +146,7 @@
 | 
|    gfx::Rect GetAltTextBounds();
 | 
|  
 | 
|    // Returns the font used for alt text.
 | 
| -  ChromeFont GetAltTextFont();
 | 
| +  gfx::Font GetAltTextFont();
 | 
|  
 | 
|    Profile* profile_;
 | 
|  
 | 
| 
 |