Index: device/bluetooth/bluetooth_device_win_unittest.cc |
diff --git a/device/bluetooth/bluetooth_device_win_unittest.cc b/device/bluetooth/bluetooth_device_win_unittest.cc |
index 75bfaebc5722fc69aa8577e9faceae6e5dc82e33..d509296ac5a5ed052a23f695ca3659f9da19418d 100644 |
--- a/device/bluetooth/bluetooth_device_win_unittest.cc |
+++ b/device/bluetooth/bluetooth_device_win_unittest.cc |
@@ -66,7 +66,7 @@ class BluetoothDeviceWinTest : public testing::Test { |
device_.reset(new BluetoothDeviceWin(NULL, *device_state_, ui_task_runner, |
socket_thread, NULL, |
- net::NetLog::Source())); |
+ net::NetLogSource())); |
// Add empty device. |
empty_device_state_.reset(new BluetoothTaskManagerWin::DeviceState()); |
@@ -74,7 +74,7 @@ class BluetoothDeviceWinTest : public testing::Test { |
empty_device_state_->address = kDeviceAddress; |
empty_device_.reset(new BluetoothDeviceWin(NULL, *empty_device_state_, |
ui_task_runner, socket_thread, |
- NULL, net::NetLog::Source())); |
+ NULL, net::NetLogSource())); |
} |
protected: |