summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
Diffstat (limited to 'device')
-rw-r--r--device/bluetooth/bluetooth_task_manager_win.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/bluetooth/bluetooth_task_manager_win.cc b/device/bluetooth/bluetooth_task_manager_win.cc
index 8d9f686..0419637 100644
--- a/device/bluetooth/bluetooth_task_manager_win.cc
+++ b/device/bluetooth/bluetooth_task_manager_win.cc
@@ -140,9 +140,9 @@ BluetoothTaskManagerWin::DeviceState::~DeviceState() {
BluetoothTaskManagerWin::BluetoothTaskManagerWin(
scoped_refptr<base::SequencedTaskRunner> ui_task_runner)
: ui_task_runner_(ui_task_runner),
+ adapter_handle_(NULL),
discovering_(false),
- current_logging_batch_count_(0),
- adapter_handle_(NULL) {}
+ current_logging_batch_count_(0) {}
BluetoothTaskManagerWin::~BluetoothTaskManagerWin() {
win::BluetoothLowEnergyWrapper::DeleteInstance();