Chromium Code Reviews| Index: chrome/browser/views/options/content_exceptions_table_view.cc |
| =================================================================== |
| --- chrome/browser/views/options/content_exceptions_table_view.cc (revision 55911) |
| +++ chrome/browser/views/options/content_exceptions_table_view.cc (working copy) |
| @@ -27,7 +27,7 @@ |
| gfx::Font font; |
| font = font.DeriveFont(0, gfx::Font::ITALIC); |
| - HFONT hf = font.hfont(); |
| + HFONT hf = font.GetNativeFont(); |
| GetObject(hf, sizeof(LOGFONT), logfont); |
| return true; |
| } |