Index: net/base/dnsrr_resolver.cc |
=================================================================== |
--- net/base/dnsrr_resolver.cc (revision 87811) |
+++ net/base/dnsrr_resolver.cc (working copy) |
@@ -98,6 +98,7 @@ |
} |
#endif |
+static const uint16 kClassIN = 1; |
// kMaxCacheEntries is the number of RRResponse objects that we'll cache. |
static const unsigned kMaxCacheEntries = 32; |
// kNegativeTTLSecs is the number of seconds for which we'll cache a negative |