Index: ash/system/tray_accessibility.cc |
=================================================================== |
--- ash/system/tray_accessibility.cc (revision 151055) |
+++ ash/system/tray_accessibility.cc (working copy) |
@@ -45,7 +45,7 @@ |
protected: |
// Overridden from ActionableView. |
- virtual bool PerformAction(const views::Event& event) OVERRIDE { |
+ virtual bool PerformAction(const ui::Event& event) OVERRIDE { |
if (Shell::GetInstance()->delegate()->IsSpokenFeedbackEnabled()) |
Shell::GetInstance()->delegate()->ToggleSpokenFeedback(); |
GetWidget()->Close(); |