Index: net/base/host_resolver_impl.cc |
diff --git a/net/base/host_resolver_impl.cc b/net/base/host_resolver_impl.cc |
index 8d5fe26e394269213025a81d779753c13540d2a0..43889ac69671604f27c82eff7d0fa5df21ea7901 100644 |
--- a/net/base/host_resolver_impl.cc |
+++ b/net/base/host_resolver_impl.cc |
@@ -560,7 +560,8 @@ class HostResolverImpl::IPv6ProbeJob |
// and increasing for lower priorities. |
COMPILE_ASSERT(HIGHEST == 0u && |
LOWEST > HIGHEST && |
- NUM_PRIORITIES > LOWEST, |
+ IDLE > LOWEST && |
+ NUM_PRIORITIES > IDLE, |
priority_indexes_incompatible); |
// JobPool contains all the information relating to queued requests, including |