Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index 81a9386ec3db946977a0b4f157c48a388aacdeff..4f0d3e93dc3a8af39d2b32679c4fbb6b17d5a0a6 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -14,7 +14,7 @@ |
#include "device/bluetooth/bluetooth_out_of_band_pairing_data.h" |
#include "device/bluetooth/bluetooth_profile_win.h" |
#include "device/bluetooth/bluetooth_service_record_win.h" |
-#include "device/bluetooth/bluetooth_socket_thread_win.h" |
+#include "device/bluetooth/bluetooth_socket_thread.h" |
#include "device/bluetooth/bluetooth_socket_win.h" |
#include "device/bluetooth/bluetooth_task_manager_win.h" |
@@ -29,7 +29,7 @@ namespace device { |
BluetoothDeviceWin::BluetoothDeviceWin( |
const BluetoothTaskManagerWin::DeviceState& state, |
scoped_refptr<base::SequencedTaskRunner> ui_task_runner, |
- scoped_refptr<BluetoothSocketThreadWin> socket_thread, |
+ scoped_refptr<BluetoothSocketThread> socket_thread, |
net::NetLog* net_log, |
const net::NetLog::Source& net_log_source) |
: BluetoothDevice(), |