Index: components/proximity_auth/remote_device_life_cycle_impl.h |
diff --git a/components/proximity_auth/remote_device_life_cycle_impl.h b/components/proximity_auth/remote_device_life_cycle_impl.h |
index de062f133afec0f96ee190b885ab0c8f103c9aef..4a2912bd69978a24bd7a56845649db41ecb9298f 100644 |
--- a/components/proximity_auth/remote_device_life_cycle_impl.h |
+++ b/components/proximity_auth/remote_device_life_cycle_impl.h |
@@ -108,7 +108,7 @@ class RemoteDeviceLifeCycleImpl : public RemoteDeviceLifeCycle, |
// After authentication fails, this timer waits for a period of time before |
// retrying the connection. |
- base::OneShotTimer<RemoteDeviceLifeCycleImpl> authentication_recovery_timer_; |
+ base::OneShotTimer authentication_recovery_timer_; |
base::WeakPtrFactory<RemoteDeviceLifeCycleImpl> weak_ptr_factory_; |