Index: net/http/disk_cache_based_quic_server_info_unittest.cc |
diff --git a/net/http/disk_cache_based_quic_server_info_unittest.cc b/net/http/disk_cache_based_quic_server_info_unittest.cc |
index 52b832dbbda983e0485f614450235e79076cebe8..fe47ff1507a595d027d2b6d041d65701e704904f 100644 |
--- a/net/http/disk_cache_based_quic_server_info_unittest.cc |
+++ b/net/http/disk_cache_based_quic_server_info_unittest.cc |
@@ -19,34 +19,16 @@ namespace { |
// This is an empty transaction, needed to register the URL and the test mode. |
const MockTransaction kHostInfoTransaction1 = { |
- "quicserverinfo:https://www.google.com:443", |
- "", |
- base::Time(), |
- "", |
- LOAD_NORMAL, |
- "", |
- "", |
- base::Time(), |
- "", |
- TEST_MODE_NORMAL, |
- NULL, |
- 0 |
-}; |
+ "quicserverinfo:https://www.google.com:443", "", base::Time(), |
+ "", LOAD_NORMAL, "", |
+ "", base::Time(), "", |
+ TEST_MODE_NORMAL, NULL, 0}; |
const MockTransaction kHostInfoTransaction2 = { |
- "quicserverinfo:http://www.google.com:80", |
- "", |
- base::Time(), |
- "", |
- LOAD_NORMAL, |
- "", |
- "", |
- base::Time(), |
- "", |
- TEST_MODE_NORMAL, |
- NULL, |
- 0 |
-}; |
+ "quicserverinfo:http://www.google.com:80", "", base::Time(), |
+ "", LOAD_NORMAL, "", |
+ "", base::Time(), "", |
+ TEST_MODE_NORMAL, NULL, 0}; |
} // namespace |