| Index: device/bluetooth/bluetooth_device_win.h
|
| diff --git a/device/bluetooth/bluetooth_device_win.h b/device/bluetooth/bluetooth_device_win.h
|
| index d16c3a01d3540b04cbbabe06331e2b67ded05a1d..4556af29b0f1ae5657111f8bc5ced0153699aab3 100644
|
| --- a/device/bluetooth/bluetooth_device_win.h
|
| +++ b/device/bluetooth/bluetooth_device_win.h
|
| @@ -23,6 +23,7 @@ class BluetoothSocketThread;
|
| class DEVICE_BLUETOOTH_EXPORT BluetoothDeviceWin : public BluetoothDevice {
|
| public:
|
| explicit BluetoothDeviceWin(
|
| + BluetoothAdapterWin* adapter,
|
| const BluetoothTaskManagerWin::DeviceState& device_state,
|
| const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner,
|
| const scoped_refptr<BluetoothSocketThread>& socket_thread,
|
|
|