| Index: chrome/browser/policy/profile_policy_connector_factory.cc
|
| diff --git a/chrome/browser/policy/profile_policy_connector_factory.cc b/chrome/browser/policy/profile_policy_connector_factory.cc
|
| index 0f83b56ef7f3079b25d7a6af70d2728ae3aa9ece..0a478fbfe58e24e6930a191421d3e01179b31ee7 100644
|
| --- a/chrome/browser/policy/profile_policy_connector_factory.cc
|
| +++ b/chrome/browser/policy/profile_policy_connector_factory.cc
|
| @@ -108,11 +108,12 @@ void ProfilePolicyConnectorFactory::ProfileDestroyed(
|
| }
|
|
|
| void ProfilePolicyConnectorFactory::RegisterUserPrefs(
|
| - PrefRegistrySyncable* registry) {
|
| + user_prefs::PrefRegistrySyncable* registry) {
|
| #if defined(OS_CHROMEOS)
|
| - registry->RegisterBooleanPref(prefs::kUsedPolicyCertificatesOnce,
|
| - false,
|
| - PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| + registry->RegisterBooleanPref(
|
| + prefs::kUsedPolicyCertificatesOnce,
|
| + false,
|
| + user_prefs::PrefRegistrySyncable::UNSYNCABLE_PREF);
|
| #endif
|
| }
|
|
|
|
|