| Index: device/bluetooth/bluetooth_gatt_connection.h
|
| diff --git a/device/bluetooth/bluetooth_gatt_connection.h b/device/bluetooth/bluetooth_gatt_connection.h
|
| index da630434879a32e78f91469bf466a5165dc3a7ff..17580ea6038c259b5076e3a2582c34a830092c3a 100644
|
| --- a/device/bluetooth/bluetooth_gatt_connection.h
|
| +++ b/device/bluetooth/bluetooth_gatt_connection.h
|
| @@ -8,6 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| +#include "device/bluetooth/bluetooth_export.h"
|
|
|
| namespace device {
|
|
|
| @@ -17,7 +18,7 @@ namespace device {
|
| // active BluetoothGattConnection object. BluetoothGattConnection objects
|
| // automatically update themselves, when the connection is terminated by the
|
| // operating system (e.g. due to user action).
|
| -class BluetoothGattConnection {
|
| +class BLUETOOTH_EXPORT BluetoothGattConnection {
|
| public:
|
| // Destructor automatically closes this GATT connection. If this is the last
|
| // remaining GATT connection and this results in a call to the OS, that call
|
|
|