| Index: ui/base/class_property.h
|
| diff --git a/ui/base/class_property.h b/ui/base/class_property.h
|
| index 6621e8eaac1c519dae402496679e543d37d1a2d9..4df498944b0cc2b0f9e8b56e624e6058e48aee66 100644
|
| --- a/ui/base/class_property.h
|
| +++ b/ui/base/class_property.h
|
| @@ -30,7 +30,7 @@
|
| //
|
| // // Use this to define an exported property whose value is a heap
|
| // // allocated object, and has to be owned and freed by the class.
|
| -// DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Rect, kRestoreBoundsKey, NULL);
|
| +// DEFINE_OWNED_UI_CLASS_PROPERTY_KEY(gfx::Rect, kRestoreBoundsKey, nullptr);
|
| //
|
| // // Use this to define a non exported property that is primitive,
|
| // // or a pointer you don't want to automatically deleted, and is used
|
|
|