summaryrefslogtreecommitdiff
path: root/chromium/net/third_party/quiche/src/quic/core/frames/quic_path_response_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/third_party/quiche/src/quic/core/frames/quic_path_response_frame.h')
-rw-r--r--chromium/net/third_party/quiche/src/quic/core/frames/quic_path_response_frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/net/third_party/quiche/src/quic/core/frames/quic_path_response_frame.h b/chromium/net/third_party/quiche/src/quic/core/frames/quic_path_response_frame.h
index 6b43bda16ae..a4a75be208b 100644
--- a/chromium/net/third_party/quiche/src/quic/core/frames/quic_path_response_frame.h
+++ b/chromium/net/third_party/quiche/src/quic/core/frames/quic_path_response_frame.h
@@ -27,7 +27,7 @@ struct QUIC_EXPORT_PRIVATE QuicPathResponseFrame {
// and non-zero when sent.
QuicControlFrameId control_frame_id = kInvalidControlFrameId;
- QuicPathFrameBuffer data_buffer;
+ QuicPathFrameBuffer data_buffer{};
};
} // namespace quic