Index: chrome/browser/policy/auto_enrollment_client.h |
diff --git a/chrome/browser/policy/auto_enrollment_client.h b/chrome/browser/policy/auto_enrollment_client.h |
index 9d2e41f68289a21bb355d84d2cfa17b3afb24e39..c733139a59d3bab96211e9e4e4042cca63b12e23 100644 |
--- a/chrome/browser/policy/auto_enrollment_client.h |
+++ b/chrome/browser/policy/auto_enrollment_client.h |
@@ -16,6 +16,7 @@ |
#include "third_party/protobuf/src/google/protobuf/repeated_field.h" |
class PrefService; |
+class PrefServiceSimple; |
namespace enterprise_management { |
class DeviceManagementResponse; |
@@ -46,7 +47,7 @@ class AutoEnrollmentClient { |
virtual ~AutoEnrollmentClient(); |
// Registers preferences in local state. |
- static void RegisterPrefs(PrefService* local_state); |
+ static void RegisterPrefs(PrefServiceSimple* local_state); |
// Returns true if auto-enrollment is disabled in this device. In that case, |
// instances returned by Create() fail immediately once Start() is invoked. |