Index: ash/system/settings/tray_settings.cc |
=================================================================== |
--- ash/system/settings/tray_settings.cc (revision 151055) |
+++ ash/system/settings/tray_settings.cc (working copy) |
@@ -70,7 +70,7 @@ |
} |
// Overridden from ash::internal::ActionableView. |
- virtual bool PerformAction(const views::Event& event) OVERRIDE { |
+ virtual bool PerformAction(const ui::Event& event) OVERRIDE { |
if (login_status_ == user::LOGGED_IN_NONE || |
login_status_ == user::LOGGED_IN_LOCKED) |
return false; |