| Index: net/ftp/ftp_directory_listing_parser_mlsd.h
|
| diff --git a/net/ftp/ftp_directory_listing_parser_mlsd.h b/net/ftp/ftp_directory_listing_parser_mlsd.h
|
| index 94df6073652c2b62f700da1ebb058347fd91fc54..c3e3acf48b0feae3531f5b8de78075b3e5727373 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_mlsd.h
|
| +++ b/net/ftp/ftp_directory_listing_parser_mlsd.h
|
| @@ -17,6 +17,7 @@ namespace net {
|
| class FtpDirectoryListingParserMlsd : public FtpDirectoryListingParser {
|
| public:
|
| FtpDirectoryListingParserMlsd();
|
| + virtual ~FtpDirectoryListingParserMlsd();
|
|
|
| // FtpDirectoryListingParser methods:
|
| virtual FtpServerType GetServerType() const { return SERVER_MLSD; }
|
|
|