| 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 38f227a778e355545ef76763ebd7fc547a9960cf..2bc827672e906f498b500226e4daf079854e3e38 100644
|
| --- a/components/proximity_auth/remote_device_life_cycle_impl.h
|
| +++ b/components/proximity_auth/remote_device_life_cycle_impl.h
|
| @@ -111,7 +111,7 @@ class RemoteDeviceLifeCycleImpl : public RemoteDeviceLifeCycle,
|
|
|
| // Rate limits Bluetooth connections to the same device. Used to in the
|
| // created cryptauth::ConnectionFinder.
|
| - std::unique_ptr<cryptauth::BluetoothThrottler> bluetooth_throttler_;
|
| + cryptauth::BluetoothThrottler* bluetooth_throttler_;
|
|
|
| // After authentication fails, this timer waits for a period of time before
|
| // retrying the connection.
|
|
|