| Index: ui/views/examples/radio_button_example.cc
|
| ===================================================================
|
| --- ui/views/examples/radio_button_example.cc (revision 151055)
|
| +++ ui/views/examples/radio_button_example.cc (working copy)
|
| @@ -50,7 +50,7 @@
|
| layout->AddView(status_);
|
| }
|
|
|
| -void RadioButtonExample::ButtonPressed(Button* sender, const Event& event) {
|
| +void RadioButtonExample::ButtonPressed(Button* sender, const ui::Event& event) {
|
| if (sender == select_) {
|
| radio_buttons_[2]->SetChecked(true);
|
| } else if (sender == status_) {
|
|
|