| Index: net/ftp/ftp_util.h
|
| diff --git a/net/ftp/ftp_util.h b/net/ftp/ftp_util.h
|
| index a09953557b10b21f4ef52a37b62c6bc75497312f..d4fa49998261313f4709752b6c18a34f5575ccb0 100644
|
| --- a/net/ftp/ftp_util.h
|
| +++ b/net/ftp/ftp_util.h
|
| @@ -43,6 +43,11 @@ class NET_TEST FtpUtil {
|
| const base::Time& current_time,
|
| base::Time* result);
|
|
|
| + // Converts a Windows date listing to time. Returns true on success.
|
| + static bool WindowsDateListingToTime(const string16& date,
|
| + const string16& time,
|
| + base::Time* result);
|
| +
|
| // Skips |columns| columns from |text| (whitespace-delimited), and returns the
|
| // remaining part, without leading/trailing whitespace.
|
| static string16 GetStringPartAfterColumns(const string16& text, int columns);
|
|
|