| Index: device/bluetooth/test/test_bluetooth_local_gatt_service_delegate.h
|
| diff --git a/device/bluetooth/test/test_bluetooth_local_gatt_service_delegate.h b/device/bluetooth/test/test_bluetooth_local_gatt_service_delegate.h
|
| index 90f7513eab7488e060aa39fb5e162088a2ff0ca0..96b176939f5ca418f8887dbf5dbc1587ae913c53 100644
|
| --- a/device/bluetooth/test/test_bluetooth_local_gatt_service_delegate.h
|
| +++ b/device/bluetooth/test/test_bluetooth_local_gatt_service_delegate.h
|
| @@ -74,6 +74,7 @@ class TestBluetoothLocalGattServiceDelegate
|
| bool should_fail_;
|
| uint64_t last_written_value_;
|
| uint64_t value_to_write_;
|
| + std::string last_seen_device_;
|
|
|
| private:
|
| BluetoothLocalGattService* expected_service_;
|
|
|