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

Unified Diff: ash/system/chromeos/session/tray_session_length_limit.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: ash/system/chromeos/session/tray_session_length_limit.h
diff --git a/ash/system/chromeos/session/tray_session_length_limit.h b/ash/system/chromeos/session/tray_session_length_limit.h
index 8afe5aa85dbd20a9be57ec114c6f4bfcdb281afe..fcfe3c7116951e29d2b1ea695b2e3141014f806a 100644
--- a/ash/system/chromeos/session/tray_session_length_limit.h
+++ b/ash/system/chromeos/session/tray_session_length_limit.h
@@ -69,7 +69,7 @@ public:
LimitState last_limit_state_; // State of last notification update.
LabelTrayView* tray_bubble_view_;
- scoped_ptr<base::RepeatingTimer<TraySessionLengthLimit> > timer_;
+ scoped_ptr<base::RepeatingTimer> timer_;
DISALLOW_COPY_AND_ASSIGN(TraySessionLengthLimit);
};
« no previous file with comments | « ash/system/chromeos/session/logout_confirmation_dialog.h ('k') | ash/system/chromeos/session/tray_session_length_limit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698