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