| Index: net/ftp/ftp_directory_listing_parser_vms.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser_vms.cc b/net/ftp/ftp_directory_listing_parser_vms.cc
|
| index 3702a14a852580c30ed6bab6a97275398d90fb89..ed12665738d154cc6736cc426a005a57e335a9b0 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_vms.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser_vms.cc
|
| @@ -168,6 +168,8 @@ FtpDirectoryListingParserVms::FtpDirectoryListingParserVms()
|
| last_is_directory_(false) {
|
| }
|
|
|
| +FtpDirectoryListingParserVms::~FtpDirectoryListingParserVms() {}
|
| +
|
| bool FtpDirectoryListingParserVms::ConsumeLine(const string16& line) {
|
| switch (state_) {
|
| case STATE_INITIAL:
|
|
|