Index: device/bluetooth/bluetooth_device_win.cc |
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc |
index d9c88792bba61738a9b7b34968be4d4bd8532a7d..e628a25591b9507561c28266de92a845ca0b4408 100644 |
--- a/device/bluetooth/bluetooth_device_win.cc |
+++ b/device/bluetooth/bluetooth_device_win.cc |
@@ -34,7 +34,7 @@ BluetoothDeviceWin::BluetoothDeviceWin( |
const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner, |
const scoped_refptr<BluetoothSocketThread>& socket_thread, |
net::NetLog* net_log, |
- const net::NetLog::Source& net_log_source) |
+ const net::NetLogSource& net_log_source) |
: BluetoothDevice(adapter), |
ui_task_runner_(ui_task_runner), |
socket_thread_(socket_thread), |