| Index: components/sync/syncable/nigori_util.cc
|
| diff --git a/components/sync/syncable/nigori_util.cc b/components/sync/syncable/nigori_util.cc
|
| index 7acaba800abcda76c6acfac162dc83febf47a4c5..80538a663a0f53bd775cf02978874340c4ebc66b 100644
|
| --- a/components/sync/syncable/nigori_util.cc
|
| +++ b/components/sync/syncable/nigori_util.cc
|
| @@ -173,7 +173,7 @@ bool UpdateEntryWithEncryption(BaseTransaction* const trans,
|
| } else {
|
| // Encrypt new_specifics into generated_specifics.
|
| if (VLOG_IS_ON(2)) {
|
| - std::unique_ptr<base::DictionaryValue> value(entry->ToValue(NULL));
|
| + std::unique_ptr<base::DictionaryValue> value(entry->ToValue(nullptr));
|
| std::string info;
|
| base::JSONWriter::WriteWithOptions(
|
| *value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &info);
|
|
|