| Index: ui/views/examples/radio_button_example.h
|
| ===================================================================
|
| --- ui/views/examples/radio_button_example.h (revision 151055)
|
| +++ ui/views/examples/radio_button_example.h (working copy)
|
| @@ -29,7 +29,7 @@
|
|
|
| private:
|
| // Overridden from ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
|
|
| // Group of 3 radio buttons.
|
| RadioButton* radio_buttons_[3];
|
|
|