Index: net/http/http_server_properties.h |
diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
index a63dc6ad529d620f5327f883b42e36087c2bdbbf..288187d59cded27233f023095b9f3340584c7099 100644 |
--- a/net/http/http_server_properties.h |
+++ b/net/http/http_server_properties.h |
@@ -144,7 +144,7 @@ class NET_EXPORT HttpServerProperties { |
public: |
struct NetworkStats { |
base::TimeDelta srtt; |
- uint64 bandwidth_estimate; |
+ QuicBandwidth bandwidth_estimate; |
}; |
HttpServerProperties() {} |