| Index: ui/views/examples/table_example.h
|
| ===================================================================
|
| --- ui/views/examples/table_example.h (revision 151055)
|
| +++ ui/views/examples/table_example.h (working copy)
|
| @@ -53,7 +53,7 @@
|
| virtual void OnTableView2Delete(TableView2* table_view) OVERRIDE;
|
|
|
| // ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
|
|
| private:
|
| // The table to be tested.
|
|
|