| Index: net/ftp/ftp_directory_listing_parsers.h
|
| diff --git a/net/ftp/ftp_directory_listing_parsers.h b/net/ftp/ftp_directory_listing_parsers.h
|
| index 6906861721fd4ae7e0d83778fe15dd006fc77b57..e02bb1d8f631bff8a9d34147380e6b8d64183aa6 100644
|
| --- a/net/ftp/ftp_directory_listing_parsers.h
|
| +++ b/net/ftp/ftp_directory_listing_parsers.h
|
| @@ -52,7 +52,7 @@ class FtpLsDirectoryListingParser : public FtpDirectoryListingParser {
|
| FtpLsDirectoryListingParser();
|
|
|
| // FtpDirectoryListingParser methods:
|
| - virtual FtpServerType GetServerType() const { return SERVER_LSL; }
|
| + virtual FtpServerType GetServerType() const { return SERVER_LS; }
|
| virtual bool ConsumeLine(const string16& line);
|
| virtual bool EntryAvailable() const;
|
| virtual FtpDirectoryListingEntry PopEntry();
|
| @@ -70,7 +70,7 @@ class FtpWindowsDirectoryListingParser : public FtpDirectoryListingParser {
|
| FtpWindowsDirectoryListingParser();
|
|
|
| // FtpDirectoryListingParser methods:
|
| - virtual FtpServerType GetServerType() const { return SERVER_DOS; }
|
| + virtual FtpServerType GetServerType() const { return SERVER_WINDOWS; }
|
| virtual bool ConsumeLine(const string16& line);
|
| virtual bool EntryAvailable() const;
|
| virtual FtpDirectoryListingEntry PopEntry();
|
|
|