| Index: net/ftp/ftp_directory_listing_parser.h
|
| diff --git a/net/ftp/ftp_directory_listing_parser.h b/net/ftp/ftp_directory_listing_parser.h
|
| index b6c95fe73197a6cc2a50823a9e4bdcf61378893f..d75ef82ac53944f9314571792938fd203f1ce552 100644
|
| --- a/net/ftp/ftp_directory_listing_parser.h
|
| +++ b/net/ftp/ftp_directory_listing_parser.h
|
| @@ -22,6 +22,8 @@ struct FtpDirectoryListingEntry {
|
| SYMLINK,
|
| };
|
|
|
| + FtpDirectoryListingEntry();
|
| +
|
| Type type;
|
| string16 name; // Name (UTF-16-encoded).
|
| std::string raw_name; // Name in original character encoding.
|
|
|