| Index: net/ftp/ftp_directory_listing_parser_hprc.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser_hprc.cc b/net/ftp/ftp_directory_listing_parser_hprc.cc
|
| index b65ec6844340919c84234257014d999eb624145e..621aba16d13b5c3e9cc358c4a74fbfa29a6f5ecd 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_hprc.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_hprc.cc
|
| @@ -14,6 +14,8 @@ FtpDirectoryListingParserHprc::FtpDirectoryListingParserHprc(
|
| : current_time_(current_time) {
|
| }
|
|
|
| +FtpDirectoryListingParserHprc::~FtpDirectoryListingParserHprc() {}
|
| +
|
| FtpServerType FtpDirectoryListingParserHprc::GetServerType() const {
|
| return SERVER_HPRC;
|
| }
|
|
|