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