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

Unified Diff: chrome/browser/chromeos/camera_presence_notifier.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/camera_presence_notifier.h
diff --git a/chrome/browser/chromeos/camera_presence_notifier.h b/chrome/browser/chromeos/camera_presence_notifier.h
index d9e9170296d7c4d4fe30063ddd8500923a976364..423247cb24b06b70a415d32bb8fb1082d212cdb3 100644
--- a/chrome/browser/chromeos/camera_presence_notifier.h
+++ b/chrome/browser/chromeos/camera_presence_notifier.h
@@ -40,7 +40,7 @@ class CameraPresenceNotifier {
bool camera_present_on_last_check_;
// Timer for camera check cycle.
- base::RepeatingTimer<CameraPresenceNotifier> camera_check_timer_;
+ base::RepeatingTimer camera_check_timer_;
base::ObserverList<Observer> observers_;

Powered by Google App Engine
This is Rietveld 408576698