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

Unified Diff: chrome/browser/chromeos/app_mode/kiosk_app_update_service.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/app_mode/kiosk_app_update_service.h
diff --git a/chrome/browser/chromeos/app_mode/kiosk_app_update_service.h b/chrome/browser/chromeos/app_mode/kiosk_app_update_service.h
index a61af71bb39f85ff5ca2dc9c2b35ee00e7159364..013e4d190853cd5b382de1f9095705e095ae72bd 100644
--- a/chrome/browser/chromeos/app_mode/kiosk_app_update_service.h
+++ b/chrome/browser/chromeos/app_mode/kiosk_app_update_service.h
@@ -68,7 +68,7 @@ class KioskAppUpdateService : public KeyedService,
std::string app_id_;
// After we detect an upgrade we start a one-short timer to force restart.
- base::OneShotTimer<KioskAppUpdateService> restart_timer_;
+ base::OneShotTimer restart_timer_;
system::AutomaticRebootManager* automatic_reboot_manager_; // Not owned.

Powered by Google App Engine
This is Rietveld 408576698