| Index: components/sync/syncable/syncable_write_transaction.cc
|
| diff --git a/components/sync/syncable/syncable_write_transaction.cc b/components/sync/syncable/syncable_write_transaction.cc
|
| index 38e7d22e78042ddfadacbc2592b4b1c2cd53df39..a06c145eb4aad213e34ffe762793bcd461522e36 100644
|
| --- a/components/sync/syncable/syncable_write_transaction.cc
|
| +++ b/components/sync/syncable/syncable_write_transaction.cc
|
| @@ -21,7 +21,7 @@ WriteTransaction::WriteTransaction(const tracked_objects::Location& location,
|
| WriterTag writer,
|
| Directory* directory)
|
| : BaseWriteTransaction(location, "WriteTransaction", writer, directory),
|
| - transaction_version_(NULL) {
|
| + transaction_version_(nullptr) {
|
| Lock();
|
| }
|
|
|
|
|