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

Unified Diff: chrome/browser/chromeos/ui/idle_app_name_notification_view.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
Index: chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
diff --git a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
index 73b8f6524447304bb0b2ea3e7542b4664b6c42b2..c9114f0ea4bb9efe904ed4ad2725e4e650393e5c 100644
--- a/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
+++ b/chrome/browser/chromeos/ui/idle_app_name_notification_view.cc
@@ -199,7 +199,7 @@ class IdleAppNameNotificationDelegateView
}
// A timer which calls us to remove the message from the screen.
- base::OneShotTimer<IdleAppNameNotificationDelegateView> hide_timer_;
+ base::OneShotTimer hide_timer_;
// The owner of this message which needs to get notified when the message
// closes.

Powered by Google App Engine
This is Rietveld 408576698