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

Unified Diff: net/http/disk_cache_based_quic_server_info_unittest.cc

Issue 2112913002: [net] Fix initializer list for static MockTransaction definitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: @ Created 4 years, 6 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
« no previous file with comments | « no previous file | net/url_request/url_request_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6d4687135ec362ae7630f475fec3b223d684853c..ce4d5526f5e0afc5383ba9f081309b3eea6827c8 100644
--- a/net/http/disk_cache_based_quic_server_info_unittest.cc
+++ b/net/http/disk_cache_based_quic_server_info_unittest.cc
@@ -35,6 +35,7 @@ const MockTransaction kHostInfoTransaction1 = {
TEST_MODE_NORMAL,
nullptr,
nullptr,
+ nullptr,
0,
0,
OK,
@@ -53,6 +54,7 @@ const MockTransaction kHostInfoTransaction2 = {
TEST_MODE_NORMAL,
nullptr,
nullptr,
+ nullptr,
0,
0,
OK,
« no previous file with comments | « no previous file | net/url_request/url_request_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698