| Index: net/ftp/ftp_directory_listing_parser_netware.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser_netware.cc b/net/ftp/ftp_directory_listing_parser_netware.cc
|
| index e8b635d14f5d356ec16bb8d3c03ca62ecce47bc2..bc738ae2eb046dae5b768a69576ac78508d50ac2 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_netware.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_netware.cc
|
| @@ -40,7 +40,8 @@ bool ParseFtpDirectoryListingNetware(
|
| const base::Time& current_time,
|
| std::vector<FtpDirectoryListingEntry>* entries) {
|
| if (!lines.empty() &&
|
| - !base::StartsWith(lines[0], base::ASCIIToUTF16("total "), true)) {
|
| + !base::StartsWith(lines[0], base::ASCIIToUTF16("total "),
|
| + base::CompareCase::SENSITIVE)) {
|
| return false;
|
| }
|
|
|
|
|