diff options
Diffstat (limited to 'chrome/browser/chromeos/policy')
3 files changed, 5 insertions, 5 deletions
diff --git a/chrome/browser/chromeos/policy/device_status_collector.h b/chrome/browser/chromeos/policy/device_status_collector.h index bc10701..c0c97d8 100644 --- a/chrome/browser/chromeos/policy/device_status_collector.h +++ b/chrome/browser/chromeos/policy/device_status_collector.h @@ -215,9 +215,9 @@ class DeviceStatusCollector { // Whether a geolocation update is currently in progress. bool geolocation_update_in_progress_; - base::RepeatingTimer<DeviceStatusCollector> idle_poll_timer_; - base::RepeatingTimer<DeviceStatusCollector> hardware_status_sampling_timer_; - base::OneShotTimer<DeviceStatusCollector> geolocation_update_timer_; + base::RepeatingTimer idle_poll_timer_; + base::RepeatingTimer hardware_status_sampling_timer_; + base::OneShotTimer geolocation_update_timer_; std::string os_version_; std::string firmware_version_; diff --git a/chrome/browser/chromeos/policy/recommendation_restorer.h b/chrome/browser/chromeos/policy/recommendation_restorer.h index 7063754..d357794 100644 --- a/chrome/browser/chromeos/policy/recommendation_restorer.h +++ b/chrome/browser/chromeos/policy/recommendation_restorer.h @@ -64,7 +64,7 @@ class RecommendationRestorer : public KeyedService, bool logged_in_; - base::OneShotTimer<RecommendationRestorer> restore_timer_; + base::OneShotTimer restore_timer_; DISALLOW_COPY_AND_ASSIGN(RecommendationRestorer); }; diff --git a/chrome/browser/chromeos/policy/remote_commands/device_command_reboot_job.h b/chrome/browser/chromeos/policy/remote_commands/device_command_reboot_job.h index 711ec3d..a3b78dc 100644 --- a/chrome/browser/chromeos/policy/remote_commands/device_command_reboot_job.h +++ b/chrome/browser/chromeos/policy/remote_commands/device_command_reboot_job.h @@ -39,7 +39,7 @@ class DeviceCommandRebootJob : public RemoteCommandJob { chromeos::PowerManagerClient* power_manager_client_; - base::OneShotTimer<DeviceCommandRebootJob> reboot_timer_; + base::OneShotTimer reboot_timer_; base::WeakPtrFactory<DeviceCommandRebootJob> weak_ptr_factory_; |