Index: device/bluetooth/bluetooth_task_manager_win.cc |
diff --git a/device/bluetooth/bluetooth_task_manager_win.cc b/device/bluetooth/bluetooth_task_manager_win.cc |
index 4ebaa1012cc37e063530150da28eea9ce68d868d..626c1e09c0601cf30bd6b02c7f341fc2bc923cd1 100644 |
--- a/device/bluetooth/bluetooth_task_manager_win.cc |
+++ b/device/bluetooth/bluetooth_task_manager_win.cc |
@@ -125,10 +125,10 @@ BluetoothTaskManagerWin::ServiceRecordState::~ServiceRecordState() { |
} |
BluetoothTaskManagerWin::DeviceState::DeviceState() |
- : bluetooth_class(0), |
- visible(false), |
+ : visible(false), |
connected(false), |
- authenticated(false) { |
+ authenticated(false), |
+ bluetooth_class(0) { |
} |
BluetoothTaskManagerWin::DeviceState::~DeviceState() { |