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..81e1c8e43b13f159554dd976ca40150cd9f7d5e8 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 DEVICE_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 |