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

Unified Diff: ash/system/tray_update.cc

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 | « ash/system/tray/tray_notification_view.h ('k') | ash/wm/gestures/long_press_affordance_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray_update.cc
diff --git a/ash/system/tray_update.cc b/ash/system/tray_update.cc
index d24a6e998b42d2b5e5770227770b3364388ed44b..5b67baee94365f717af56acce210a83778f69ea2 100644
--- a/ash/system/tray_update.cc
+++ b/ash/system/tray_update.cc
@@ -150,7 +150,7 @@ class UpdateNagger : public ui::LayerAnimationObserver {
ui::LayerAnimationSequence* sequence) override {}
SystemTrayItem* owner_;
- base::OneShotTimer<UpdateNagger> timer_;
+ base::OneShotTimer timer_;
DISALLOW_COPY_AND_ASSIGN(UpdateNagger);
};
« no previous file with comments | « ash/system/tray/tray_notification_view.h ('k') | ash/wm/gestures/long_press_affordance_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698