Index: ash/wm/dialog_frame_view.cc |
=================================================================== |
--- ash/wm/dialog_frame_view.cc (revision 151055) |
+++ ash/wm/dialog_frame_view.cc (working copy) |
@@ -152,7 +152,7 @@ |
// DialogFrameView, views::ButtonListener overrides: |
void DialogFrameView::ButtonPressed(views::Button* sender, |
- const views::Event& event) { |
+ const ui::Event& event) { |
if (sender == close_button_) |
GetWidget()->Close(); |
} |