Index: device/bluetooth/bluetooth_discovery_session.h |
diff --git a/device/bluetooth/bluetooth_discovery_session.h b/device/bluetooth/bluetooth_discovery_session.h |
index 08a1de82c201146dce93011813a52a0970e6167d..2dae0de2e2af4c7042fed90a74adf7267972a6f8 100644 |
--- a/device/bluetooth/bluetooth_discovery_session.h |
+++ b/device/bluetooth/bluetooth_discovery_session.h |
@@ -8,6 +8,7 @@ |
#include "base/callback.h" |
#include "base/memory/ref_counted.h" |
#include "base/memory/weak_ptr.h" |
+#include "device/bluetooth/bluetooth_export.h" |
namespace device { |
@@ -25,7 +26,7 @@ class BluetoothAdapter; |
// AdapterDiscoveringChanged method of the BluetoothAdapter::Observer interface |
// to be notified of such a change and promptly request a new |
// BluetoothDiscoverySession if their existing sessions have become inactive. |
-class BluetoothDiscoverySession { |
+class DEVICE_BLUETOOTH_EXPORT BluetoothDiscoverySession { |
public: |
// The ErrorCallback is used by methods to asynchronously report errors. |
typedef base::Closure ErrorCallback; |