| Index: sync/syncable/directory_backing_store.cc
|
| diff --git a/sync/syncable/directory_backing_store.cc b/sync/syncable/directory_backing_store.cc
|
| index f37ecc1b88cdcf9c8c369091fc7acdd00f6f549f..0f4e060ce48286dc36af8f41f93eb95ce7e454c0 100644
|
| --- a/sync/syncable/directory_backing_store.cc
|
| +++ b/sync/syncable/directory_backing_store.cc
|
| @@ -108,7 +108,7 @@ scoped_ptr<EntryKernel> UnpackEntry(sql::Statement* statement) {
|
| sync_pb::UniquePosition proto;
|
| if (!proto.ParseFromString(temp)) {
|
| DVLOG(1) << "Unpacked invalid position. Assuming the DB is corrupt";
|
| - return scoped_ptr<EntryKernel>(NULL);
|
| + return scoped_ptr<EntryKernel>();
|
| }
|
|
|
| kernel->mutable_ref(static_cast<UniquePositionField>(i)) =
|
|
|