| Index: device/bluetooth/bluetooth_adapter_win.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h
|
| index 2c12fda7eac95bf7cda10e824bfa6cc9359baf2c..53cad98adffda4e20572f5fe4a28fbbe6b4a9d10 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.h
|
| +++ b/device/bluetooth/bluetooth_adapter_win.h
|
| @@ -72,6 +72,9 @@ class BluetoothAdapterWin : public BluetoothAdapter,
|
| const ScopedVector<BluetoothTaskManagerWin::DeviceState>& devices)
|
| OVERRIDE;
|
|
|
| + scoped_refptr<base::SequencedTaskRunner> ui_task_runner();
|
| + scoped_refptr<BluetoothSocketThreadWin> socket_thread();
|
| +
|
| protected:
|
| // BluetoothAdapter override
|
| virtual void RemovePairingDelegateInternal(
|
|
|