| Index: ui/views/examples/table_example.cc
|
| ===================================================================
|
| --- ui/views/examples/table_example.cc (revision 151055)
|
| +++ ui/views/examples/table_example.cc (working copy)
|
| @@ -137,7 +137,7 @@
|
|
|
| void TableExample::OnTableView2Delete(TableView2* table_view) {}
|
|
|
| -void TableExample::ButtonPressed(Button* sender, const Event& event) {
|
| +void TableExample::ButtonPressed(Button* sender, const ui::Event& event) {
|
| #if defined(OS_WIN) && !defined(USE_AURA)
|
| int index = 0;
|
| bool show = true;
|
|
|