| Index: ui/views/examples/tree_view_example.h
|
| ===================================================================
|
| --- ui/views/examples/tree_view_example.h (revision 151055)
|
| +++ ui/views/examples/tree_view_example.h (working copy)
|
| @@ -48,7 +48,7 @@
|
| bool IsCommandIdEnabled(int command_id);
|
|
|
| // ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
|
|
| // TreeViewController:
|
| virtual void OnTreeViewSelectionChanged(TreeView* tree_view) OVERRIDE;
|
|
|