Chromium Code Reviews| Index: ash/shell/lock_view.cc |
| =================================================================== |
| --- ash/shell/lock_view.cc (revision 151055) |
| +++ ash/shell/lock_view.cc (working copy) |
| @@ -68,7 +68,7 @@ |
| // Overridden from views::ButtonListener: |
| virtual void ButtonPressed(views::Button* sender, |
| - const views::Event& event) OVERRIDE { |
| + const ui::Event& event) OVERRIDE { |
| DCHECK(sender == unlock_button_); |
| GetWidget()->Close(); |
| } |