Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: chrome/browser/chromeos/policy/remote_commands/device_command_reboot_job.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/policy/remote_commands/device_command_reboot_job.h
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 711ec3d086328c975a488baa2f4217f0c05c5411..a3b78dc719e499ca11feb492efcff50af69468ca 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_;
« no previous file with comments | « chrome/browser/chromeos/policy/recommendation_restorer.h ('k') | chrome/browser/chromeos/power/cpu_data_collector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698