| Index: net/ftp/ftp_directory_listing_parser_ls.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser_ls.cc b/net/ftp/ftp_directory_listing_parser_ls.cc
|
| index b259cad0111bb3b2b8c2244f0a4e6a96417b9870..9d1b7116758fa077d945b1af332e4002bc519573 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_ls.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_ls.cc
|
| @@ -145,7 +145,7 @@ bool ParseFtpDirectoryListingLs(
|
| // Some FTP servers incorrectly return a negative integer for "n". Since
|
| // this value is ignored anyway, just check any valid integer was
|
| // provided.
|
| - int64 total_number;
|
| + int64_t total_number;
|
| if (!base::StringToInt64(columns[1], &total_number))
|
| return false;
|
|
|
|
|