chromium/chrome/browser/net/secure_dns_config_unittest.cc

// 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.

#include "chrome/browser/net/secure_dns_config.h"

#include "chrome/browser/net/secure_dns_util.h"
#include "net/dns/public/dns_over_https_config.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(SecureDnsConfig, ParseMode) {}

TEST(SecureDnsConfig, ModeToString) {}

TEST(SecureDnsConfig, Constructor) {}