Index: net/ftp/ftp_directory_listing_parser_windows.cc |
diff --git a/net/ftp/ftp_directory_listing_parser_windows.cc b/net/ftp/ftp_directory_listing_parser_windows.cc |
index e32117396cbba3a361b5fb0f238c4af2dca3d59b..7bce55650d5e28afbf390b5f5622f732de42927a 100644 |
--- a/net/ftp/ftp_directory_listing_parser_windows.cc |
+++ b/net/ftp/ftp_directory_listing_parser_windows.cc |
@@ -76,6 +76,10 @@ FtpDirectoryListingParserWindows::FtpDirectoryListingParserWindows() {} |
FtpDirectoryListingParserWindows::~FtpDirectoryListingParserWindows() {} |
+FtpServerType FtpDirectoryListingParserWindows::GetServerType() const { |
+ return SERVER_WINDOWS; |
+} |
+ |
bool FtpDirectoryListingParserWindows::ConsumeLine(const string16& line) { |
std::vector<string16> columns; |
base::SplitString(CollapseWhitespace(line, false), ' ', &columns); |