Index: net/ftp/ftp_directory_listing_parser_vms.cc |
diff --git a/net/ftp/ftp_directory_listing_parser_vms.cc b/net/ftp/ftp_directory_listing_parser_vms.cc |
index ed12665738d154cc6736cc426a005a57e335a9b0..c74dad031c2fd85df5a5d7d0a090e3b2835301ac 100644 |
--- a/net/ftp/ftp_directory_listing_parser_vms.cc |
+++ b/net/ftp/ftp_directory_listing_parser_vms.cc |
@@ -170,6 +170,10 @@ FtpDirectoryListingParserVms::FtpDirectoryListingParserVms() |
FtpDirectoryListingParserVms::~FtpDirectoryListingParserVms() {} |
+FtpServerType FtpDirectoryListingParserVms::GetServerType() const { |
+ return SERVER_VMS; |
+} |
+ |
bool FtpDirectoryListingParserVms::ConsumeLine(const string16& line) { |
switch (state_) { |
case STATE_INITIAL: |