| Index: net/ftp/ftp_directory_listing_parser_netware.h
|
| diff --git a/net/ftp/ftp_directory_listing_parser_netware.h b/net/ftp/ftp_directory_listing_parser_netware.h
|
| index e05b55dc90f233e4b53f3c5f7636b20d7a441081..5fdcd840477d3f6bcbed108a228a63e6784481aa 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_netware.h
|
| +++ b/net/ftp/ftp_directory_listing_parser_netware.h
|
| @@ -20,6 +20,7 @@ class FtpDirectoryListingParserNetware : public FtpDirectoryListingParser {
|
| // date strings, |current_time| will be used. This allows passing a specific
|
| // date during testing.
|
| explicit FtpDirectoryListingParserNetware(const base::Time& current_time);
|
| + virtual ~FtpDirectoryListingParserNetware();
|
|
|
| // FtpDirectoryListingParser methods:
|
| virtual FtpServerType GetServerType() const { return SERVER_NETWARE; }
|
|
|