| Index: components/proximity_auth/bluetooth_connection_finder.cc
|
| diff --git a/components/proximity_auth/bluetooth_connection_finder.cc b/components/proximity_auth/bluetooth_connection_finder.cc
|
| index 7032241ad7b8183dc72fb4ae38ba8aa24866f6e0..39f240fe7127dc6c17e760595f213b018be999d8 100644
|
| --- a/components/proximity_auth/bluetooth_connection_finder.cc
|
| +++ b/components/proximity_auth/bluetooth_connection_finder.cc
|
| @@ -20,15 +20,14 @@ using device::BluetoothAdapter;
|
| namespace proximity_auth {
|
|
|
| BluetoothConnectionFinder::BluetoothConnectionFinder(
|
| - const RemoteDevice& remote_device,
|
| + const cryptauth::RemoteDevice& remote_device,
|
| const device::BluetoothUUID& uuid,
|
| const base::TimeDelta& polling_interval)
|
| : remote_device_(remote_device),
|
| uuid_(uuid),
|
| polling_interval_(polling_interval),
|
| has_delayed_poll_scheduled_(false),
|
| - weak_ptr_factory_(this) {
|
| -}
|
| + weak_ptr_factory_(this) {}
|
|
|
| BluetoothConnectionFinder::~BluetoothConnectionFinder() {
|
| UnregisterAsObserver();
|
|
|