#include "chrome/browser/component_updater/masked_domain_list_component_installer.h"
#include "base/check.h"
#include "base/files/scoped_temp_dir.h"
#include "base/test/scoped_feature_list.h"
#include "components/component_updater/mock_component_updater_service.h"
#include "content/public/browser/network_service_instance.h"
#include "content/public/test/browser_task_environment.h"
#include "services/network/network_service.h"
#include "services/network/public/cpp/features.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace component_updater {
namespace {
_;
}
class MaskedDomainListComponentInstallerPolicyTest : public ::testing::Test { … };
TEST_F(MaskedDomainListComponentInstallerPolicyTest, FeatureDisabled) { … }
TEST_F(MaskedDomainListComponentInstallerPolicyTest,
FeatureEnabled_NoFileExists) { … }
}