Chromium Code Reviews| Index: ash/system/tray/system_tray.cc |
| =================================================================== |
| --- ash/system/tray/system_tray.cc (revision 151055) |
| +++ ash/system/tray/system_tray.cc (working copy) |
| @@ -455,7 +455,7 @@ |
| } |
| } |
| -bool SystemTray::PerformAction(const views::Event& event) { |
| +bool SystemTray::PerformAction(const ui::Event& event) { |
| // If we're already showing the default view, hide it; otherwise, show it |
| // (and hide any popup that's currently shown). |
| if (bubble_.get() && |