Index: net/ftp/ftp_directory_listing_parser_mlsd.cc |
diff --git a/net/ftp/ftp_directory_listing_parser_mlsd.cc b/net/ftp/ftp_directory_listing_parser_mlsd.cc |
index d8ae618f191d6325dfd30e8ffeb72e19e3c9d3a9..f2558415ebe3dad1604ca08c1471139acbbb0fe8 100644 |
--- a/net/ftp/ftp_directory_listing_parser_mlsd.cc |
+++ b/net/ftp/ftp_directory_listing_parser_mlsd.cc |
@@ -60,6 +60,10 @@ FtpDirectoryListingParserMlsd::FtpDirectoryListingParserMlsd() {} |
FtpDirectoryListingParserMlsd::~FtpDirectoryListingParserMlsd() {} |
+FtpServerType FtpDirectoryListingParserMlsd::GetServerType() const { |
+ return SERVER_MLSD; |
+} |
+ |
bool FtpDirectoryListingParserMlsd::ConsumeLine(const string16& line) { |
// The first space indicates where the filename begins. |
string16::size_type first_space_pos = line.find(' '); |