Index: chrome/browser/policy/configuration_policy_handler.cc |
diff --git a/chrome/browser/policy/configuration_policy_handler.cc b/chrome/browser/policy/configuration_policy_handler.cc |
index 4892d2fd646e87d50f6a03aa127b09fdb958902e..a1d65a9278f7579d1f7c1dd104974cab2e5ab57b 100644 |
--- a/chrome/browser/policy/configuration_policy_handler.cc |
+++ b/chrome/browser/policy/configuration_policy_handler.cc |
@@ -920,7 +920,7 @@ const Value* ProxyPolicyHandler::GetProxyPolicyValue( |
if (!value || !value->GetAsDictionary(&settings)) |
return NULL; |
- Value* policy_value = NULL; |
+ const Value* policy_value = NULL; |
std::string tmp; |
if (!settings->Get(policy_name, &policy_value) || |
policy_value->IsType(Value::TYPE_NULL) || |