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