Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index f9f8733318166946c83816ba02df946e37514602..ef51082b8813dc124dbffc1f7189ab97b7132370 100644 |
--- a/net/quic/quic_connection.h |
+++ b/net/quic/quic_connection.h |
@@ -696,7 +696,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. |