| Index: chrome/browser/policy/device_status_collector.h
 | 
| diff --git a/chrome/browser/policy/device_status_collector.h b/chrome/browser/policy/device_status_collector.h
 | 
| index 2b9a094105aac4b54b45537bca07d92f4cddaff4..b7ef3e84e08768d477d90f058edde2880e52c3ed 100644
 | 
| --- a/chrome/browser/policy/device_status_collector.h
 | 
| +++ b/chrome/browser/policy/device_status_collector.h
 | 
| @@ -37,7 +37,7 @@ class DeviceStatusReportRequest;
 | 
|  }
 | 
|  
 | 
|  class PrefService;
 | 
| -class PrefServiceSimple;
 | 
| +class PrefRegistrySimple;
 | 
|  
 | 
|  namespace policy {
 | 
|  
 | 
| @@ -64,7 +64,7 @@ class DeviceStatusCollector : public CloudPolicyClient::StatusProvider,
 | 
|        enterprise_management::SessionStatusReportRequest* status) OVERRIDE;
 | 
|    virtual void OnSubmittedSuccessfully() OVERRIDE;
 | 
|  
 | 
| -  static void RegisterPrefs(PrefServiceSimple* local_state);
 | 
| +  static void RegisterPrefs(PrefRegistrySimple* registry);
 | 
|  
 | 
|    // How often, in seconds, to poll to see if the user is idle.
 | 
|    static const unsigned int kIdlePollIntervalSeconds = 30;
 | 
| 
 |