| Index: extensions/browser/api/bluetooth_low_energy/utils.cc
|
| diff --git a/extensions/browser/api/bluetooth_low_energy/utils.cc b/extensions/browser/api/bluetooth_low_energy/utils.cc
|
| index 33eae2f6423cece8f71f3c3eab9729b9352b21b7..e92cd4697ada29f8eff6e5430be36899545e7f73 100644
|
| --- a/extensions/browser/api/bluetooth_low_energy/utils.cc
|
| +++ b/extensions/browser/api/bluetooth_low_energy/utils.cc
|
| @@ -43,7 +43,7 @@ scoped_ptr<base::DictionaryValue> DescriptorToValue(Descriptor* from) {
|
| from->characteristic.properties.clear();
|
| scoped_ptr<base::DictionaryValue> to = from->ToValue();
|
|
|
| - base::DictionaryValue* chrc_value = NULL;
|
| + base::DictionaryValue* chrc_value = nullptr;
|
| to->GetDictionaryWithoutPathExpansion("characteristic", &chrc_value);
|
| DCHECK(chrc_value);
|
| chrc_value->SetWithoutPathExpansion(
|
|
|