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

Unified Diff: components/proximity_auth/ble/proximity_auth_ble_system.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: components/proximity_auth/ble/proximity_auth_ble_system.h
diff --git a/components/proximity_auth/ble/proximity_auth_ble_system.h b/components/proximity_auth/ble/proximity_auth_ble_system.h
index f3b64981806ec1f5ce605a6f48a0c24282204585..2eb176054264cc7fdccfe3956e63058d5085717b 100644
--- a/components/proximity_auth/ble/proximity_auth_ble_system.h
+++ b/components/proximity_auth/ble/proximity_auth_ble_system.h
@@ -134,7 +134,7 @@ class ProximityAuthBleSystem : public ScreenlockBridge::Observer,
// The timer controlling the time the spinner for the user pod icon is shown
// right after the screen is locked.
- base::OneShotTimer<ProximityAuthBleSystem> spinner_timer_;
+ base::OneShotTimer spinner_timer_;
// The different UI states that the lock screen can be in.
enum class ScreenlockUIState {

Powered by Google App Engine
This is Rietveld 408576698