| Index: components/sync/syncable/entry.h
|
| diff --git a/components/sync/syncable/entry.h b/components/sync/syncable/entry.h
|
| index 9124867fff9c48a7e50bb9083dcae3c0ed49eacc..77a80c8c920877ce475c5bfc77854bd89eedcdcd 100644
|
| --- a/components/sync/syncable/entry.h
|
| +++ b/components/sync/syncable/entry.h
|
| @@ -263,7 +263,7 @@ class Entry {
|
| void* operator new(size_t size) { return (::operator new)(size); }
|
|
|
| inline explicit Entry(BaseTransaction* trans)
|
| - : basetrans_(trans), kernel_(NULL) {}
|
| + : basetrans_(trans), kernel_(nullptr) {}
|
|
|
| protected:
|
| BaseTransaction* const basetrans_;
|
|
|