| 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 {
|
|
|