| Index: components/policy/core/browser/configuration_policy_pref_store.cc
|
| diff --git a/components/policy/core/browser/configuration_policy_pref_store.cc b/components/policy/core/browser/configuration_policy_pref_store.cc
|
| index b47639ff07732725b5a9a04f7b6b1440705abd3a..60670fb825d66ce60992dfd7b12b1b93e78807b4 100644
|
| --- a/components/policy/core/browser/configuration_policy_pref_store.cc
|
| +++ b/components/policy/core/browser/configuration_policy_pref_store.cc
|
| @@ -63,8 +63,8 @@ bool ConfigurationPolicyPrefStore::IsInitializationComplete() const {
|
| }
|
|
|
| bool ConfigurationPolicyPrefStore::GetValue(const std::string& key,
|
| - const Value** value) const {
|
| - const Value* stored_value = NULL;
|
| + const base::Value** value) const {
|
| + const base::Value* stored_value = NULL;
|
| if (!prefs_.get() || !prefs_->GetValue(key, &stored_value))
|
| return false;
|
|
|
|
|