Chromium Code Reviews| Index: ash/system/tray_update.cc |
| =================================================================== |
| --- ash/system/tray_update.cc (revision 151055) |
| +++ ash/system/tray_update.cc (working copy) |
| @@ -57,7 +57,7 @@ |
| private: |
| // Overridden from ActionableView. |
| - virtual bool PerformAction(const views::Event& event) OVERRIDE { |
| + virtual bool PerformAction(const ui::Event& event) OVERRIDE { |
| ash::Shell::GetInstance()->tray_delegate()->RequestRestart(); |
| return true; |
| } |