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

Unified Diff: chrome/browser/chromeos/policy/device_status_collector.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/device_status_collector.h
diff --git a/chrome/browser/chromeos/policy/device_status_collector.h b/chrome/browser/chromeos/policy/device_status_collector.h
index bc10701514b7de6dbe88f1395f6876fb8d46b619..c0c97d80435d05229003979938415eb405059fdb 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_;
« no previous file with comments | « chrome/browser/chromeos/mobile/mobile_activator.h ('k') | chrome/browser/chromeos/policy/recommendation_restorer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698