| Index: net/ftp/ftp_directory_listing_parser_unittest.h
|
| diff --git a/net/ftp/ftp_directory_listing_parser_unittest.h b/net/ftp/ftp_directory_listing_parser_unittest.h
|
| index 22c2cf907402ba759bc43acd2411d6379de0b83b..591266e17c33ceb990b7b937388876a3d6b78604 100644
|
| --- a/net/ftp/ftp_directory_listing_parser_unittest.h
|
| +++ b/net/ftp/ftp_directory_listing_parser_unittest.h
|
| @@ -60,7 +60,7 @@ class FtpDirectoryListingParserTest : public testing::Test {
|
| }
|
|
|
| base::Time GetMockCurrentTime() {
|
| - base::Time::Exploded mock_current_time_exploded = { 0 };
|
| + base::Time::Exploded mock_current_time_exploded = {0};
|
| mock_current_time_exploded.year = 1994;
|
| mock_current_time_exploded.month = 11;
|
| mock_current_time_exploded.day_of_month = 15;
|
| @@ -73,4 +73,3 @@ class FtpDirectoryListingParserTest : public testing::Test {
|
| } // namespace net
|
|
|
| #endif // NET_FTP_FTP_DIRECTORY_LISTING_PARSER_UNITTEST_H_
|
| -
|
|
|