| 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 d2bbdaa8823e09c7408c4f706edc61abdbecc5fc..e32117396cbba3a361b5fb0f238c4af2dca3d59b 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_windows.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_windows.cc
|
| @@ -72,8 +72,9 @@ bool WindowsDateListingToTime(const std::vector<string16>& columns,
|
|
|
| namespace net {
|
|
|
| -FtpDirectoryListingParserWindows::FtpDirectoryListingParserWindows() {
|
| -}
|
| +FtpDirectoryListingParserWindows::FtpDirectoryListingParserWindows() {}
|
| +
|
| +FtpDirectoryListingParserWindows::~FtpDirectoryListingParserWindows() {}
|
|
|
| bool FtpDirectoryListingParserWindows::ConsumeLine(const string16& line) {
|
| std::vector<string16> columns;
|
|
|