| Index: net/ftp/ftp_directory_listing_parser.cc
|
| diff --git a/net/ftp/ftp_directory_listing_parser.cc b/net/ftp/ftp_directory_listing_parser.cc
|
| index 8aa3696073814c8ad872a37f9c1ef05bf3935106..8c36bb6953834299d8783d36f46585be2af5c310 100644
|
| --- a/net/ftp/ftp_directory_listing_parser.cc
|
| +++ b/net/ftp/ftp_directory_listing_parser.cc
|
| @@ -58,6 +58,9 @@ int FillInRawName(const std::string& encoding,
|
|
|
| namespace net {
|
|
|
| +FtpDirectoryListingEntry::FtpDirectoryListingEntry() {
|
| +}
|
| +
|
| int ParseFtpDirectoryListing(const std::string& text,
|
| const base::Time& current_time,
|
| std::vector<FtpDirectoryListingEntry>* entries) {
|
|
|