Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 96f5cbcd75343f1589aedad760838532acdae5aa..10b4c1bd24c6892bea3454dbff302a9603aaea7b 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -24,6 +24,7 @@ |
#include <string> |
#include <vector> |
+#include "base/basictypes.h" |
#include "base/logging.h" |
#include "net/base/iovec.h" |
#include "net/base/ip_endpoint.h" |
@@ -689,7 +690,7 @@ class NET_EXPORT_PRIVATE QuicConnection |
IPEndPoint self_address_; |
IPEndPoint peer_address_; |
// Used to store latest peer port to possibly migrate to later. |
- int migrating_peer_port_; |
+ uint16 migrating_peer_port_; |
// True if the last packet has gotten far enough in the framer to be |
// decrypted. |