diff options
Diffstat (limited to 'chrome/browser/views/options/fonts_page_view.h')
-rw-r--r-- | chrome/browser/views/options/fonts_page_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/options/fonts_page_view.h b/chrome/browser/views/options/fonts_page_view.h index 0b54c18..1a83919 100644 --- a/chrome/browser/views/options/fonts_page_view.h +++ b/chrome/browser/views/options/fonts_page_view.h @@ -44,7 +44,7 @@ class FontsPageView : public OptionsPageView, 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 |