Index: net/quic/quic_crypto_client_stream.h |
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h |
index b4ef3d199602c27cc44a460a6237c225624fb029..12198d94c32ff65506a4159e9b172f49d4145676 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -137,8 +137,8 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
int disk_cache_load_result_; |
// Time when call to WaitForDataReady was made, used for computing time spent |
- // to read QUIC server information from disk cache. |
- base::TimeTicks read_start_time_; |
+ // to load QUIC server information from disk cache. |
+ base::TimeTicks disk_cache_load_start_time_; |
base::WeakPtrFactory<QuicCryptoClientStream> weak_factory_; |