Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1812)

Unified Diff: device/bluetooth/bluetooth_device_win_unittest.cc

Issue 2333923004: Extracting NetLog inner classes into their own classes. (Closed)
Patch Set: Some nit fixes and better, impl-agnostic naming of net_log_parameters_callback_typedef.h -> net/log… Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698