| Index: device/bluetooth/bluetooth_low_energy_win.h
|
| diff --git a/device/bluetooth/bluetooth_low_energy_win.h b/device/bluetooth/bluetooth_low_energy_win.h
|
| index 9abdf34fef63c9d44e544f7e262f197d4ba359d9..9d924350433b5afbc9d86eb770eb397d148c740b 100644
|
| --- a/device/bluetooth/bluetooth_low_energy_win.h
|
| +++ b/device/bluetooth/bluetooth_low_energy_win.h
|
| @@ -77,7 +77,7 @@ class DEVICE_BLUETOOTH_EXPORT DevicePropertyValue {
|
| // Returns true only on Windows platforms supporting Bluetooth Low Energy.
|
| bool DEVICE_BLUETOOTH_EXPORT IsBluetoothLowEnergySupported();
|
|
|
| -struct BluetoothLowEnergyServiceInfo {
|
| +struct DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyServiceInfo {
|
| BluetoothLowEnergyServiceInfo();
|
| ~BluetoothLowEnergyServiceInfo();
|
|
|
| @@ -86,7 +86,7 @@ struct BluetoothLowEnergyServiceInfo {
|
| USHORT attribute_handle = 0;
|
| };
|
|
|
| -struct BluetoothLowEnergyDeviceInfo {
|
| +struct DEVICE_BLUETOOTH_EXPORT BluetoothLowEnergyDeviceInfo {
|
| BluetoothLowEnergyDeviceInfo();
|
| ~BluetoothLowEnergyDeviceInfo();
|
|
|
|
|