| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index 6394cfab685a0c72ab5556b0ab537e3a3e42803f..afa54503b8da2f0dc13de86c88666a28ca601bd7 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -11,7 +11,6 @@
|
| #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 {
|
| @@ -20,7 +19,7 @@
|
| class BluetoothServiceRecordWin;
|
| class BluetoothSocketThread;
|
|
|
| -class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice {
|
| +class BluetoothDeviceWin : public BluetoothDevice {
|
| public:
|
| explicit BluetoothDeviceWin(
|
| const BluetoothTaskManagerWin::DeviceState& device_state,
|
|
|