Index: net/proxy/proxy_retry_info.h |
diff --git a/net/proxy/proxy_retry_info.h b/net/proxy/proxy_retry_info.h |
index a36fcd9ccb80c543a4c0cda95960aa2b012a3213..b65f6f5f76b615729d7622b451c39d4e653c7395 100644 |
--- a/net/proxy/proxy_retry_info.h |
+++ b/net/proxy/proxy_retry_info.h |
@@ -13,7 +13,7 @@ namespace net { |
// Contains the information about when to retry a proxy server. |
struct ProxyRetryInfo { |
- ProxyRetryInfo() : try_while_bad(true) {} |
+ ProxyRetryInfo() : try_while_bad(true), net_error(0) {} |
// We should not retry until this time. |
base::TimeTicks bad_until; |