| Index: net/ftp/ftp_directory_listing_parser_ls.h
|
| diff --git a/net/ftp/ftp_directory_listing_parser_ls.h b/net/ftp/ftp_directory_listing_parser_ls.h
|
| index 6cb3655c7e72b496530126c9d03cca0cff2b6c0c..3004f706ca2fc78531f00b4a089448d9927d0dcf 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_ls.h
|
| +++ b/net/ftp/ftp_directory_listing_parser_ls.h
|
| @@ -23,7 +23,7 @@ class FtpDirectoryListingParserLs : public FtpDirectoryListingParser {
|
| virtual ~FtpDirectoryListingParserLs();
|
|
|
| // FtpDirectoryListingParser methods:
|
| - virtual FtpServerType GetServerType() const { return SERVER_LS; }
|
| + virtual FtpServerType GetServerType() const;
|
| virtual bool ConsumeLine(const string16& line);
|
| virtual bool OnEndOfInput();
|
| virtual bool EntryAvailable() const;
|
|
|