Chromium changes: https://source.chromium.org/chromium/chromium/src/+/5f94831af245a25e570c1baf2846200c08f18033 commit 5f94831af245a25e570c1baf2846200c08f18033 Author: Benjamin M. Schwartz <bemasc@chromium.org> Date: Wed Feb 16 15:37:37 2022 +0000 Use DnsOverHttpsConfig where appropriate This replaces most instances of std::vector<net::DnsOverHttpsServerConfig> with DnsOverHttpsConfig. This simplifies code that handles these collections as unitary objects. This change has no effect on behavior. BUG=1200908