| 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 d2dd677bb09e6e78a4a96f642eb2ab07a88b6a49..56df0cbead7a418c6e8cc189f4131a619bff60be 100644
|
| --- a/net/ftp/ftp_directory_listing_parser.h
|
| +++ b/net/ftp/ftp_directory_listing_parser.h
|
| @@ -26,9 +26,9 @@ struct FtpDirectoryListingEntry {
|
| FtpDirectoryListingEntry();
|
|
|
| Type type;
|
| - base::string16 name; // Name (UTF-16-encoded).
|
| + base::string16 name; // Name (UTF-16-encoded).
|
| std::string raw_name; // Name in original character encoding.
|
| - int64 size; // File size, in bytes. -1 if not applicable.
|
| + int64 size; // File size, in bytes. -1 if not applicable.
|
|
|
| // Last modified time, in local time zone.
|
| base::Time last_modified;
|
|
|