Chromium Code Reviews| Index: ui/views/examples/bubble_example.cc |
| =================================================================== |
| --- ui/views/examples/bubble_example.cc (revision 151055) |
| +++ ui/views/examples/bubble_example.cc (working copy) |
| @@ -71,7 +71,7 @@ |
| container->AddChildView(fade_out_); |
| } |
| -void BubbleExample::ButtonPressed(Button* sender, const Event& event) { |
| +void BubbleExample::ButtonPressed(Button* sender, const ui::Event& event) { |
| BubbleConfig config; |
| if (sender == round_) |
| config = kRoundConfig; |