summaryrefslogtreecommitdiffstats
path: root/ash/wm/dialog_frame_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/dialog_frame_view.cc')
-rw-r--r--ash/wm/dialog_frame_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/dialog_frame_view.cc b/ash/wm/dialog_frame_view.cc
index 7eef586..dd5fd8b 100644
--- a/ash/wm/dialog_frame_view.cc
+++ b/ash/wm/dialog_frame_view.cc
@@ -152,7 +152,7 @@ void DialogFrameView::OnPaint(gfx::Canvas* canvas) {
// DialogFrameView, views::ButtonListener overrides:
void DialogFrameView::ButtonPressed(views::Button* sender,
- const views::Event& event) {
+ const ui::Event& event) {
if (sender == close_button_)
GetWidget()->Close();
}