Index: device/bluetooth/bluetooth_gatt_connection_chromeos.h |
diff --git a/device/bluetooth/bluetooth_gatt_connection_chromeos.h b/device/bluetooth/bluetooth_gatt_connection_chromeos.h |
index 6e40283bba6402d9363f63769f3d7b46ea414dce..4101b5d25e65b3309880dc3f426742fb85665221 100644 |
--- a/device/bluetooth/bluetooth_gatt_connection_chromeos.h |
+++ b/device/bluetooth/bluetooth_gatt_connection_chromeos.h |
@@ -30,7 +30,8 @@ class BluetoothGattConnectionChromeOS |
explicit BluetoothGattConnectionChromeOS( |
scoped_refptr<device::BluetoothAdapter> adapter, |
const std::string& device_address, |
- const dbus::ObjectPath& object_path); |
+ const dbus::ObjectPath& object_path, |
+ bool in_progress); |
~BluetoothGattConnectionChromeOS() override; |
// BluetoothGattConnection overrides. |