| Index: net/ftp/ftp_directory_listing_parser_vms.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser_vms.cc b/net/ftp/ftp_directory_listing_parser_vms.cc
|
| index c74dad031c2fd85df5a5d7d0a090e3b2835301ac..3047a2a15eb6ada5759bf24a0cc50deaf72ed78c 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_vms.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_vms.cc
|
| @@ -130,7 +130,7 @@ bool VmsDateListingToTime(const std::vector<string16>& columns,
|
| return false;
|
| if (!base::StringToInt(date_parts[0], &time_exploded.day_of_month))
|
| return false;
|
| - if (!net::FtpUtil::ThreeLetterMonthToNumber(date_parts[1],
|
| + if (!net::FtpUtil::AbbreviatedMonthToNumber(date_parts[1],
|
| &time_exploded.month))
|
| return false;
|
| if (!base::StringToInt(date_parts[2], &time_exploded.year))
|
|
|