// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/dns/public/dns_query_type.h" #include "base/check.h" namespace net { bool IsAddressType(DnsQueryType dns_query_type) { … } bool HasAddressType(DnsQueryTypeSet dns_query_types) { … } } // namespace net