| Index: components/policy/core/common/schema_registry_tracking_policy_provider_unittest.cc
|
| diff --git a/components/policy/core/common/schema_registry_tracking_policy_provider_unittest.cc b/components/policy/core/common/schema_registry_tracking_policy_provider_unittest.cc
|
| index ca1880075bcd989e94f2636a239a74e0c4669d5e..5513e8a50e7b262341f445ca34b94e2c6fc15f3b 100644
|
| --- a/components/policy/core/common/schema_registry_tracking_policy_provider_unittest.cc
|
| +++ b/components/policy/core/common/schema_registry_tracking_policy_provider_unittest.cc
|
| @@ -139,7 +139,7 @@ TEST_F(SchemaRegistryTrackingPolicyProviderTest, SchemaReadyWithComponents) {
|
| Mock::VerifyAndClearExpectations(&mock_provider_);
|
|
|
| EXPECT_CALL(mock_provider_, RefreshPolicies());
|
| - schema_registry_.SetReady(POLICY_DOMAIN_CHROME);
|
| + schema_registry_.SetDomainReady(POLICY_DOMAIN_CHROME);
|
| Mock::VerifyAndClearExpectations(&mock_provider_);
|
|
|
| EXPECT_FALSE(schema_registry_tracking_provider_.IsInitializationComplete(
|
|
|