Index: net/ftp/ftp_directory_listing_parser_ls.cc |
diff --git a/net/ftp/ftp_directory_listing_parser_ls.cc b/net/ftp/ftp_directory_listing_parser_ls.cc |
index 9d1b7116758fa077d945b1af332e4002bc519573..56f11a86281c97a2c39005b6410816f47e4b262a 100644 |
--- a/net/ftp/ftp_directory_listing_parser_ls.cc |
+++ b/net/ftp/ftp_directory_listing_parser_ls.cc |
@@ -53,8 +53,7 @@ bool TwoColumnDateListingToTime(const base::string16& date, |
return false; |
// We don't know the time zone of the server, so just use local time. |
- *result = base::Time::FromLocalExploded(time_exploded); |
- return true; |
+ return base::Time::FromLocalExploded(time_exploded, result); |
} |
// Returns the column index of the end of the date listing and detected |