Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(498)

Unified Diff: net/http/http_server_properties.h

Issue 761863002: Clean up type usage and fix MSVC "truncated value" warnings in net/quic/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More work Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/quic/congestion_control/cube_root.cc » ('j') | net/quic/crypto/crypto_utils.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « no previous file | net/quic/congestion_control/cube_root.cc » ('j') | net/quic/crypto/crypto_utils.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698