Index: net/ftp/ftp_directory_listing_parser_vms.cc |
diff --git a/net/ftp/ftp_directory_listing_parser_vms.cc b/net/ftp/ftp_directory_listing_parser_vms.cc |
index 1a4e4360dcb438f82d428f6cf4b7f6da05c04db7..4afb6fb4a39ab53aa936a0981530d42ebafe450f 100644 |
--- a/net/ftp/ftp_directory_listing_parser_vms.cc |
+++ b/net/ftp/ftp_directory_listing_parser_vms.cc |
@@ -193,8 +193,7 @@ bool VmsDateListingToTime(const std::vector<base::string16>& columns, |
return false; |
// We don't know the time zone of the server, so just use UTC. |
- *time = base::Time::FromUTCExploded(time_exploded); |
- return true; |
+ return base::Time::FromUTCExploded(time_exploded, time); |
} |
} // namespace |