| 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 9fd240066a3981217801786921158e0d2abe5a9e..89fc3d83d2bc80e4e1db50e208c3244b6a88dc6c 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_ls.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_ls.cc
|
| @@ -89,6 +89,8 @@ FtpDirectoryListingParserLs::FtpDirectoryListingParserLs(
|
| current_time_(current_time) {
|
| }
|
|
|
| +FtpDirectoryListingParserLs::~FtpDirectoryListingParserLs() {}
|
| +
|
| bool FtpDirectoryListingParserLs::ConsumeLine(const string16& line) {
|
| if (line.empty() && !received_nonempty_line_) {
|
| // Allow empty lines only at the beginning of the listing. For example VMS
|
|
|