| Index: chrome/browser/extensions/api/bluetooth_low_energy/utils.cc
|
| diff --git a/chrome/browser/extensions/api/bluetooth_low_energy/utils.cc b/chrome/browser/extensions/api/bluetooth_low_energy/utils.cc
|
| index a3143f2cd3c4774fcb9fb149934143d29565c2d6..61befe6ed9f0219539fe22953662e969cc6e486f 100644
|
| --- a/chrome/browser/extensions/api/bluetooth_low_energy/utils.cc
|
| +++ b/chrome/browser/extensions/api/bluetooth_low_energy/utils.cc
|
| @@ -24,7 +24,7 @@ std::unique_ptr<base::ListValue> CharacteristicPropertiesToValue(
|
| properties.begin();
|
| iter != properties.end();
|
| ++iter)
|
| - property_list->Append(new base::StringValue(ToString(*iter)));
|
| + property_list->AppendString(ToString(*iter));
|
| return property_list;
|
| }
|
|
|
|
|