// Copyright 2020 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_NET_SECURE_DNS_CONFIG_H_ #define CHROME_BROWSER_NET_SECURE_DNS_CONFIG_H_ #include <optional> #include <string_view> #include "net/dns/public/dns_over_https_config.h" #include "net/dns/public/secure_dns_mode.h" // Representation of a complete Secure DNS configuration. class SecureDnsConfig { … }; #endif // CHROME_BROWSER_NET_SECURE_DNS_CONFIG_H_