| Index: components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
|
| diff --git a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
|
| index 8bb24131e5bc4089a19e8a25d56d1ef8e046a9d9..9403ad53e215e01131c949c0c336af4c00bab59c 100644
|
| --- a/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
|
| +++ b/components/cryptauth/ble/bluetooth_low_energy_weave_client_connection.h
|
| @@ -55,7 +55,7 @@ class BluetoothLowEnergyWeaveClientConnection
|
| public:
|
| class Factory {
|
| public:
|
| - static std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
|
| + static std::unique_ptr<Connection>
|
| NewInstance(
|
| const RemoteDevice& remote_device,
|
| const std::string& device_address,
|
| @@ -68,7 +68,7 @@ class BluetoothLowEnergyWeaveClientConnection
|
|
|
| protected:
|
| // Exposed for testing.
|
| - virtual std::unique_ptr<BluetoothLowEnergyWeaveClientConnection>
|
| + virtual std::unique_ptr<Connection>
|
| BuildInstance(
|
| const RemoteDevice& remote_device,
|
| const std::string& device_address,
|
|
|