| 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 dc6dace247d9dd03ffcd8d7569f1ccf32d860ff9..fa9a44ef8141442db8ced17046fd54f9ec441437 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_mlsd.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_mlsd.cc
|
| @@ -48,8 +48,9 @@ bool MlsdDateListingToTime(const string16& text, base::Time* time) {
|
|
|
| namespace net {
|
|
|
| -FtpDirectoryListingParserMlsd::FtpDirectoryListingParserMlsd() {
|
| -}
|
| +FtpDirectoryListingParserMlsd::FtpDirectoryListingParserMlsd() {}
|
| +
|
| +FtpDirectoryListingParserMlsd::~FtpDirectoryListingParserMlsd() {}
|
|
|
| bool FtpDirectoryListingParserMlsd::ConsumeLine(const string16& line) {
|
| // The first space indicates where the filename begins.
|
|
|