| Index: ui/views/examples/tree_view_example.h
|
| diff --git a/ui/views/examples/tree_view_example.h b/ui/views/examples/tree_view_example.h
|
| index b9ced1984077b076c7502761e1a2f04ee9a50928..9ec5e1058fd4cc37d85f0a375bde03c9be88f49c 100644
|
| --- a/ui/views/examples/tree_view_example.h
|
| +++ b/ui/views/examples/tree_view_example.h
|
| @@ -70,7 +70,7 @@ class VIEWS_EXAMPLES_EXPORT TreeViewExample
|
| void ExecuteCommand(int command_id, int event_flags) override;
|
|
|
| // The tree view to be tested.
|
| - TreeView* tree_view_;
|
| + std::unique_ptr<TreeView> tree_view_;
|
|
|
| // Control buttons to modify the model.
|
| LabelButton* add_;
|
|
|