| Index: device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| index e677bcf29297e25a7d03479073d65006f266ebfc..544e6249b28875e09791671cb4ba1e27a071a677 100644
|
| --- a/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| +++ b/device/bluetooth/dbus/fake_bluetooth_gatt_characteristic_client.cc
|
| @@ -533,7 +533,7 @@ FakeBluetoothGattCharacteristicClient::GetHeartRateMeasurementValue() {
|
|
|
| // Total calories burned in kJoules since the last reset. Increment this by 1
|
| // every time. It's fine if it overflows: it becomes 0 when the user resets
|
| - // the heart rate monitor (or pretend that he had a lot of cheeseburgers).
|
| + // the heart rate monitor (or pretend that they had a lot of cheeseburgers).
|
| value.energy_expanded = calories_burned_++;
|
|
|
| // Include one RR-Interval value, in seconds.
|
|
|