| Index: net/ftp/ftp_network_transaction.cc
|
| diff --git a/net/ftp/ftp_network_transaction.cc b/net/ftp/ftp_network_transaction.cc
|
| index bf52c211b663b85d3547a6254fd8c5ceac18cfbe..b3bb97677eb09698c1b2ad5c6398b8dd77e01ec5 100644
|
| --- a/net/ftp/ftp_network_transaction.cc
|
| +++ b/net/ftp/ftp_network_transaction.cc
|
| @@ -820,7 +820,7 @@ int FtpNetworkTransaction::ProcessResponseSYST(
|
| // comparisons easily. If it is not ASCII, we leave the system type
|
| // as unknown.
|
| if (base::IsStringASCII(line)) {
|
| - line = base::StringToLowerASCII(line);
|
| + line = base::ToLowerASCII(line);
|
|
|
| // Remove all whitespace, to correctly handle cases like fancy "V M S"
|
| // response instead of "VMS".
|
|
|