Index: net/ftp/ftp_network_transaction.cc |
diff --git a/net/ftp/ftp_network_transaction.cc b/net/ftp/ftp_network_transaction.cc |
index 86e042b4150178584e74618442cfaf82c28676e4..23a043247d543f88126b160f91cf26593431f078 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, base::kWhitespaceASCII, &line); |
+ base::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 |