Chromium Code Reviews| Index: components/policy/core/common/policy_service_impl.cc |
| diff --git a/components/policy/core/common/policy_service_impl.cc b/components/policy/core/common/policy_service_impl.cc |
| index 96922ace797cebb1970bbf359acaa8f729bb74c1..5730d2387106828b64a7031671e07c6a4a968187 100644 |
| --- a/components/policy/core/common/policy_service_impl.cc |
| +++ b/components/policy/core/common/policy_service_impl.cc |
| @@ -14,6 +14,7 @@ |
| #include "base/values.h" |
| #include "components/policy/core/common/policy_bundle.h" |
| #include "components/policy/core/common/policy_map.h" |
| +#include "components/policy/core/common/policy_types.h" |
| #include "policy/policy_constants.h" |
| namespace policy { |
| @@ -64,6 +65,7 @@ void FixDeprecatedPolicies(PolicyMap* policies) { |
| policies->Set(key::kProxySettings, |
| current_priority.level, |
| current_priority.scope, |
| + POLICY_SOURCE_BUILT_IN, |
|
bartfab (slow)
2015/09/16 15:58:41
Nit: As discussed offline, it is probably better t
fhorschig
2015/09/17 11:20:42
Done.
|
| proxy_settings.release(), |
| NULL); |
| } |