Index: components/policy/core/browser/configuration_policy_handler.h |
diff --git a/components/policy/core/browser/configuration_policy_handler.h b/components/policy/core/browser/configuration_policy_handler.h |
index 2c9c5df5c2d92c31efca1c3176c985692690341f..74afaa3aab1639b315e42d8f5acbb171bc427b68 100644 |
--- a/components/policy/core/browser/configuration_policy_handler.h |
+++ b/components/policy/core/browser/configuration_policy_handler.h |
@@ -31,7 +31,7 @@ struct POLICY_EXPORT PolicyToPreferenceMapEntry { |
// their corresponding preferences, and to check whether the policies are valid. |
class POLICY_EXPORT ConfigurationPolicyHandler { |
public: |
- static std::string ValueTypeToString(Value::Type type); |
+ static std::string ValueTypeToString(base::Value::Type type); |
ConfigurationPolicyHandler(); |
virtual ~ConfigurationPolicyHandler(); |
@@ -76,7 +76,7 @@ class POLICY_EXPORT TypeCheckingPolicyHandler |
// Runs policy checks and returns the policy value if successful. |
bool CheckAndGetValue(const PolicyMap& policies, |
PolicyErrorMap* errors, |
- const Value** value); |
+ const base::Value** value); |
private: |
// The name of the policy. |