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

Unified Diff: chrome/browser/ui/webui/chromeos/login/demo_mode_detector.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
« no previous file with comments | « chrome/browser/ui/webui/about_ui.cc ('k') | chrome/browser/ui/webui/chromeos/login/network_dropdown.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h
diff --git a/chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h b/chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h
index 8c27c0e90fc52111bf55decc0303eb4317492cfc..eb77be07fe8ecbfcc40c4a31f49097e827c023c7 100644
--- a/chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h
+++ b/chrome/browser/ui/webui/chromeos/login/demo_mode_detector.h
@@ -42,7 +42,7 @@ class DemoModeDetector {
scoped_ptr<IdleDetector> idle_detector_;
- base::RepeatingTimer<DemoModeDetector> oobe_timer_;
+ base::RepeatingTimer oobe_timer_;
// Timeout to detect if the machine is in a derelict state.
base::TimeDelta derelict_detection_timeout_;
« no previous file with comments | « chrome/browser/ui/webui/about_ui.cc ('k') | chrome/browser/ui/webui/chromeos/login/network_dropdown.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698