| Index: net/ftp/ftp_directory_listing_parser_ls.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser_ls.cc b/net/ftp/ftp_directory_listing_parser_ls.cc
|
| index 038af116ccbb3bd95196e2a24d983bc9591dcc0b..b8061a3daefb36ffeb42a96986942fdd63704cb9 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_ls.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_ls.cc
|
| @@ -99,7 +99,7 @@ bool FtpDirectoryListingParserLs::ConsumeLine(const string16& line) {
|
| received_nonempty_line_ = true;
|
|
|
| std::vector<string16> columns;
|
| - SplitString(CollapseWhitespace(line, false), ' ', &columns);
|
| + base::SplitString(CollapseWhitespace(line, false), ' ', &columns);
|
|
|
| // Some FTP servers put a "total n" line at the beginning of the listing
|
| // (n is an integer). Allow such a line, but only once, and only if it's
|
|
|