| Index: components/policy/core/common/configuration_policy_provider_test.cc
|
| diff --git a/components/policy/core/common/configuration_policy_provider_test.cc b/components/policy/core/common/configuration_policy_provider_test.cc
|
| index 7b2efa4e2d91f2eb9a11a8a4f6775ebb8a5986eb..cf9c8e1f31504caba2ae93728e4f51614f5e23bc 100644
|
| --- a/components/policy/core/common/configuration_policy_provider_test.cc
|
| +++ b/components/policy/core/common/configuration_policy_provider_test.cc
|
| @@ -187,7 +187,7 @@ void ConfigurationPolicyProviderTest::SetUp() {
|
| PolicyTestBase::SetUp();
|
|
|
| test_harness_.reset((*GetParam())());
|
| - test_harness_->SetUp();
|
| + ASSERT_NO_FATAL_FAILURE(test_harness_->SetUp());
|
|
|
| const PolicyNamespace chrome_ns(POLICY_DOMAIN_CHROME, "");
|
| Schema chrome_schema = *schema_registry_.schema_map()->GetSchema(chrome_ns);
|
|
|