| Index: chrome/browser/views/shell_dialogs_win.cc
|
| ===================================================================
|
| --- chrome/browser/views/shell_dialogs_win.cc (revision 16106)
|
| +++ chrome/browser/views/shell_dialogs_win.cc (working copy)
|
| @@ -712,7 +712,7 @@
|
| if (listener_) {
|
| HFONT font = CreateFontIndirect(&logfont);
|
| if (font) {
|
| - listener_->FontSelected(ChromeFont::CreateFont(font), params);
|
| + listener_->FontSelected(gfx::Font::CreateFont(font), params);
|
| DeleteObject(font);
|
| } else {
|
| listener_->FontSelectionCanceled(params);
|
|
|