| Index: components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| diff --git a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.cc b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| index e7c0241a91b84e746feaa28911ccd325fe4addd9..d75f27d69059f294f170317a0849ed161bce9fb3 100644
|
| --- a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.cc
|
| @@ -43,7 +43,7 @@ std::shared_ptr<BluetoothLowEnergyWeaveClientConnection::Factory>
|
| nullptr;
|
|
|
| // static
|
| -std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
|
| +std::unique_ptr<Connection>
|
| BluetoothLowEnergyWeaveClientConnection::Factory::NewInstance(
|
| const RemoteDevice& remote_device,
|
| const std::string& device_address,
|
| @@ -67,7 +67,7 @@ void BluetoothLowEnergyWeaveClientConnection::Factory::SetInstanceForTesting(
|
| factory_instance_ = factory;
|
| }
|
|
|
| -std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
|
| +std::unique_ptr<Connection>
|
| BluetoothLowEnergyWeaveClientConnection::Factory::BuildInstance(
|
| const RemoteDevice& remote_device,
|
| const std::string& device_address,
|
|
|