Index: device/bluetooth/bluetooth_service_record_win.h |
diff --git a/device/bluetooth/bluetooth_service_record_win.h b/device/bluetooth/bluetooth_service_record_win.h |
index 9612c9dd17e36c2d71be530130e97618dac340d6..cedc67efc0b9e7fc716f823dde6f8ed2a6bd9bd8 100644 |
--- a/device/bluetooth/bluetooth_service_record_win.h |
+++ b/device/bluetooth/bluetooth_service_record_win.h |
@@ -9,12 +9,13 @@ |
#include <vector> |
#include "base/basictypes.h" |
+#include "device/bluetooth/bluetooth_export.h" |
#include "device/bluetooth/bluetooth_init_win.h" |
#include "device/bluetooth/bluetooth_uuid.h" |
namespace device { |
-class BluetoothServiceRecordWin { |
+class DEVICE_BLUETOOTH_EXPORT BluetoothServiceRecordWin { |
public: |
BluetoothServiceRecordWin(const std::string& device_address, |
const std::string& name, |