Index: net/quic/chromium/quic_http_stream.h |
diff --git a/net/quic/chromium/quic_http_stream.h b/net/quic/chromium/quic_http_stream.h |
index 2ca5bbcfed78744500833c60e124fbd03c2a9bcf..01d8395535b6f2dfd0ec5fe78c859b3f98a4106e 100644 |
--- a/net/quic/chromium/quic_http_stream.h |
+++ b/net/quic/chromium/quic_http_stream.h |
@@ -150,8 +150,9 @@ class NET_EXPORT_PRIVATE QuicHttpStream |
State next_state_; |
base::WeakPtr<QuicChromiumClientSession> session_; |
+ const QuicServerId server_id_; // The ID of the QUIC server for this stream. |
- HttpServerProperties* http_server_properties_; |
+ HttpServerProperties* http_server_properties_; // Unowned. |
QuicVersion quic_version_; |
int session_error_; // Error code from the connection shutdown. |