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 20716ab9d649dae9d166cf350dd9bf9431123c85..e8b635d14f5d356ec16bb8d3c03ca62ecce47bc2 100644 |
--- a/net/ftp/ftp_directory_listing_parser_netware.cc |
+++ b/net/ftp/ftp_directory_listing_parser_netware.cc |
@@ -40,7 +40,7 @@ bool ParseFtpDirectoryListingNetware( |
const base::Time& current_time, |
std::vector<FtpDirectoryListingEntry>* entries) { |
if (!lines.empty() && |
- !StartsWith(lines[0], base::ASCIIToUTF16("total "), true)) { |
+ !base::StartsWith(lines[0], base::ASCIIToUTF16("total "), true)) { |
return false; |
} |