Index: ash/system/drive/tray_drive.cc |
=================================================================== |
--- ash/system/drive/tray_drive.cc (revision 151055) |
+++ ash/system/drive/tray_drive.cc (working copy) |
@@ -244,7 +244,7 @@ |
// views::ButtonListener overrides. |
virtual void ButtonPressed(views::Button* sender, |
- const views::Event& event) OVERRIDE { |
+ const ui::Event& event) OVERRIDE { |
DCHECK(sender == cancel_button_); |
container_->OnCancelOperation(file_path_); |
} |