Chromium Code Reviews| Index: ui/views/examples/bubble_example.h |
| =================================================================== |
| --- ui/views/examples/bubble_example.h (revision 151055) |
| +++ ui/views/examples/bubble_example.h (working copy) |
| @@ -21,7 +21,7 @@ |
| virtual void CreateExampleView(View* container) OVERRIDE; |
| private: |
| - virtual void ButtonPressed(Button* sender, const Event& event) OVERRIDE; |
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE; |
| Button* round_; |
| Button* arrow_; |