| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index afa54503b8da2f0dc13de86c88666a28ca601bd7..6394cfab685a0c72ab5556b0ab537e3a3e42803f 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -11,6 +11,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/observer_list.h"
|
| #include "device/bluetooth/bluetooth_device.h"
|
| +#include "device/bluetooth/bluetooth_export.h"
|
| #include "device/bluetooth/bluetooth_task_manager_win.h"
|
|
|
| namespace device {
|
| @@ -19,7 +20,7 @@ class BluetoothAdapterWin;
|
| class BluetoothServiceRecordWin;
|
| class BluetoothSocketThread;
|
|
|
| -class BluetoothDeviceWin : public BluetoothDevice {
|
| +class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice {
|
| public:
|
| explicit BluetoothDeviceWin(
|
| const BluetoothTaskManagerWin::DeviceState& device_state,
|
|
|