| Index: net/ftp/ftp_network_transaction.cc
|
| diff --git a/net/ftp/ftp_network_transaction.cc b/net/ftp/ftp_network_transaction.cc
|
| index 9d0cbe2c596bcfcda4c3a93d03b7d90dcf3c62f7..86e042b4150178584e74618442cfaf82c28676e4 100644
|
| --- a/net/ftp/ftp_network_transaction.cc
|
| +++ b/net/ftp/ftp_network_transaction.cc
|
| @@ -835,7 +835,7 @@ int FtpNetworkTransaction::ProcessResponseSYST(
|
|
|
| // Remove all whitespace, to correctly handle cases like fancy "V M S"
|
| // response instead of "VMS".
|
| - RemoveChars(line, kWhitespaceASCII, &line);
|
| + RemoveChars(line, base::kWhitespaceASCII, &line);
|
|
|
| // The "magic" strings we test for below have been gathered by an
|
| // empirical study. VMS needs to come first because some VMS systems
|
|
|