| Index: chrome/browser/autocomplete/autocomplete_popup_view_mac_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/autocomplete/autocomplete_popup_view_mac_unittest.mm (revision 71043)
|
| +++ chrome/browser/autocomplete/autocomplete_popup_view_mac_unittest.mm (working copy)
|
| @@ -27,7 +27,7 @@
|
| color_ = [NSColor blackColor];
|
| dimColor_ = [NSColor darkGrayColor];
|
| font_ = gfx::Font(
|
| - base::SysNSStringToWide([[NSFont userFontOfSize:12] fontName]), 12);
|
| + base::SysNSStringToUTF16([[NSFont userFontOfSize:12] fontName]), 12);
|
| }
|
|
|
| // Returns the length of the run starting at |location| for which
|
|
|