Index: device/bluetooth/bluetooth_device.h |
diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h |
index 3c273ffcb775c01c8cb7a66118471e08c03b4778..0234f17e119196521832da9059713396ebf47064 100644 |
--- a/device/bluetooth/bluetooth_device.h |
+++ b/device/bluetooth/bluetooth_device.h |
@@ -13,6 +13,7 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_vector.h" |
#include "base/strings/string16.h" |
+#include "device/bluetooth/bluetooth_export.h" |
#include "device/bluetooth/bluetooth_uuid.h" |
#include "net/base/net_log.h" |
@@ -34,7 +35,7 @@ class BluetoothUUID; |
// Since the lifecycle of BluetoothDevice instances is managed by |
// BluetoothAdapter, that class rather than this provides observer methods |
// for devices coming and going, as well as properties being updated. |
-class BluetoothDevice { |
+class DEVICE_BLUETOOTH_EXPORT BluetoothDevice { |
public: |
// Possible values that may be returned by GetVendorIDSource(), |
// indicating different organisations that allocate the identifiers returned |