| Index: components/policy/core/browser/configuration_policy_pref_store.h
|
| diff --git a/components/policy/core/browser/configuration_policy_pref_store.h b/components/policy/core/browser/configuration_policy_pref_store.h
|
| index 38f4bf727f36ab75b3c04192361d5870e72fca3e..2a7b5261939a42d6046cc36ba41739054bc64a5e 100644
|
| --- a/components/policy/core/browser/configuration_policy_pref_store.h
|
| +++ b/components/policy/core/browser/configuration_policy_pref_store.h
|
| @@ -43,7 +43,7 @@ class POLICY_EXPORT ConfigurationPolicyPrefStore
|
| virtual bool HasObservers() const OVERRIDE;
|
| virtual bool IsInitializationComplete() const OVERRIDE;
|
| virtual bool GetValue(const std::string& key,
|
| - const Value** result) const OVERRIDE;
|
| + const base::Value** result) const OVERRIDE;
|
|
|
| // PolicyService::Observer methods:
|
| virtual void OnPolicyUpdated(const PolicyNamespace& ns,
|
|
|