| Index: chrome/browser/extensions/api/storage/policy_value_store.cc
|
| diff --git a/chrome/browser/extensions/api/storage/policy_value_store.cc b/chrome/browser/extensions/api/storage/policy_value_store.cc
|
| index 5fd0826464381c6d3aa97cc7ca7d31c69bea9960..02ceaafbb0d8504293a626c564da66bc10975f5a 100644
|
| --- a/chrome/browser/extensions/api/storage/policy_value_store.cc
|
| +++ b/chrome/browser/extensions/api/storage/policy_value_store.cc
|
| @@ -46,7 +46,7 @@ void PolicyValueStore::SetCurrentPolicy(const policy::PolicyMap& policy) {
|
| it != policy.end(); ++it) {
|
| if (it->second.level == policy::POLICY_LEVEL_MANDATORY) {
|
| current_policy.SetWithoutPathExpansion(
|
| - it->first, it->second.value->DeepCopy());
|
| + it->first, it->second.value->CreateDeepCopy());
|
| }
|
| }
|
|
|
|
|