Chromium Code Reviews| Index: ui/views/examples/button_example.h |
| =================================================================== |
| --- ui/views/examples/button_example.h (revision 151055) |
| +++ ui/views/examples/button_example.h (working copy) |
| @@ -28,7 +28,7 @@ |
| private: |
| // Overridden from ButtonListener: |
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE; |
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE; |
| // Example buttons. |
| TextButton* text_button_; |