| Index: device/bluetooth/bluetooth_adapter_win.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_win.h b/device/bluetooth/bluetooth_adapter_win.h
|
| index 7aecb493d40c5d8f4f10680d1299b6701a8fdae0..56e05bab3fd987d2f2979623c9e9762ae52032dc 100644
|
| --- a/device/bluetooth/bluetooth_adapter_win.h
|
| +++ b/device/bluetooth/bluetooth_adapter_win.h
|
| @@ -26,7 +26,7 @@ namespace device {
|
|
|
| class BluetoothAdapterWinTest;
|
| class BluetoothDevice;
|
| -class BluetoothSocketThreadWin;
|
| +class BluetoothSocketThread;
|
|
|
| class BluetoothAdapterWin : public BluetoothAdapter,
|
| public BluetoothTaskManagerWin::Observer {
|
| @@ -127,7 +127,7 @@ class BluetoothAdapterWin : public BluetoothAdapter,
|
| size_t num_discovery_listeners_;
|
|
|
| scoped_refptr<base::SequencedTaskRunner> ui_task_runner_;
|
| - scoped_refptr<BluetoothSocketThreadWin> socket_thread_;
|
| + scoped_refptr<BluetoothSocketThread> socket_thread_;
|
| scoped_refptr<BluetoothTaskManagerWin> task_manager_;
|
|
|
| base::ThreadChecker thread_checker_;
|
|
|