Index: chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm (revision 71043) |
+++ chrome/browser/ui/cocoa/location_bar/ev_bubble_decoration.mm (working copy) |
@@ -89,7 +89,7 @@ |
// Middle-elide the label to fit |width_left|. This leaves the |
// prefix and the trailing country code in place. |
- gfx::Font font(base::SysNSStringToWide([font_ fontName]), |
+ gfx::Font font(base::SysNSStringToUTF16([font_ fontName]), |
[font_ pointSize]); |
NSString* elided_label = base::SysUTF16ToNSString( |
ElideText(base::SysNSStringToUTF16(full_label_), font, width_left, true)); |