Index: net/dns/dns_session.h |
diff --git a/net/dns/dns_session.h b/net/dns/dns_session.h |
index 01ba5e5d154c996d45bf25ab90cd763689311b61..e878a57572ce7aa695627e02453a4ddcae3e2471 100644 |
--- a/net/dns/dns_session.h |
+++ b/net/dns/dns_session.h |
@@ -66,7 +66,7 @@ class NET_EXPORT_PRIVATE DnsSession |
NetLog* net_log() const { return net_log_; } |
// Return the next random query ID. |
- int NextQueryId() const; |
+ uint16 NextQueryId() const; |
// Return the index of the first configured server to use on first attempt. |
unsigned NextFirstServerIndex(); |