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