Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1243)

Unified Diff: net/http/disk_cache_based_quic_server_info_unittest.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698