| 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 3cd0c8f81c5afdd6c2c21a1471160106b3513156..ab7fb6d7ed39dfb80fb9b0a8e160cbd865ff562c 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_netware.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_netware.cc
|
| @@ -40,6 +40,8 @@ FtpDirectoryListingParserNetware::FtpDirectoryListingParserNetware(
|
| current_time_(current_time) {
|
| }
|
|
|
| +FtpDirectoryListingParserNetware::~FtpDirectoryListingParserNetware() {}
|
| +
|
| bool FtpDirectoryListingParserNetware::ConsumeLine(const string16& line) {
|
| if (!received_first_line_) {
|
| received_first_line_ = true;
|
|
|