Index: device/bluetooth/bluetooth_gatt_descriptor.h |
diff --git a/device/bluetooth/bluetooth_gatt_descriptor.h b/device/bluetooth/bluetooth_gatt_descriptor.h |
index 84139b8cbed007e586045cd67ae92fb2e4fe38ac..d08733e8f80964d078ee7eacc59f9ebfab1a1502 100644 |
--- a/device/bluetooth/bluetooth_gatt_descriptor.h |
+++ b/device/bluetooth/bluetooth_gatt_descriptor.h |
@@ -9,6 +9,7 @@ |
#include "base/basictypes.h" |
#include "base/callback.h" |
+#include "device/bluetooth/bluetooth_export.h" |
#include "device/bluetooth/bluetooth_gatt_characteristic.h" |
#include "device/bluetooth/bluetooth_uuid.h" |
@@ -18,7 +19,7 @@ namespace device { |
// descriptor. A GATT characteristic descriptor provides further information |
// about a characteristic's value. They can be used to describe the |
// characteristic's features or to control certain behaviors. |
-class BluetoothGattDescriptor { |
+class BLUETOOTH_EXPORT BluetoothGattDescriptor { |
public: |
// The Bluetooth Specification declares several predefined descriptors that |
// profiles can use. The following are definitions for the list of UUIDs |