Index: chrome/browser/views/options/fonts_page_view.h |
=================================================================== |
--- chrome/browser/views/options/fonts_page_view.h (revision 16106) |
+++ chrome/browser/views/options/fonts_page_view.h (working copy) |
@@ -44,7 +44,7 @@ |
int new_index); |
// SelectFontDialog::Listener implementation: |
- virtual void FontSelected(const ChromeFont& font, void* params); |
+ virtual void FontSelected(const gfx::Font& font, void* params); |
// Save Changes made to relevent pref members associated with this tab. |
// This is public since it is called by FontsLanguageWindowView in its |