Chromium Code Reviews| Index: net/base/net_util.cc |
| =================================================================== |
| --- net/base/net_util.cc (revision 69833) |
| +++ net/base/net_util.cc (working copy) |
| @@ -1362,7 +1362,7 @@ |
| string16 modified_str; |
| // |modified| can be NULL in FTP listings. |
| if (!modified.is_null()) { |
| - modified_str = WideToUTF16Hack(base::TimeFormatShortDateAndTime(modified)); |
| + modified_str = base::TimeFormatShortDateAndTime(modified); |
| } |
| base::JsonDoubleQuote(modified_str, true, &result); |