| Index: components/policy/core/common/schema_registry_tracking_policy_provider.cc
|
| diff --git a/components/policy/core/common/schema_registry_tracking_policy_provider.cc b/components/policy/core/common/schema_registry_tracking_policy_provider.cc
|
| index 95ffaf1574c1d1d632b39408e15e080f77047662..5f15b33fda1b58eb879ddf483affa97df7718fc1 100644
|
| --- a/components/policy/core/common/schema_registry_tracking_policy_provider.cc
|
| +++ b/components/policy/core/common/schema_registry_tracking_policy_provider.cc
|
| @@ -82,7 +82,7 @@ void SchemaRegistryTrackingPolicyProvider::OnUpdatePolicy(
|
| if (state_ == WAITING_FOR_REFRESH)
|
| state_ = READY;
|
|
|
| - scoped_ptr<PolicyBundle> bundle(new PolicyBundle());
|
| + std::unique_ptr<PolicyBundle> bundle(new PolicyBundle());
|
| if (state_ == READY) {
|
| bundle->CopyFrom(delegate_->policies());
|
| schema_map()->FilterBundle(bundle.get());
|
|
|