| Index: ash/system/date/tray_date.cc
|
| ===================================================================
|
| --- ash/system/date/tray_date.cc (revision 151055)
|
| +++ ash/system/date/tray_date.cc (working copy)
|
| @@ -101,7 +101,7 @@
|
| private:
|
| // Overridden from views::ButtonListener.
|
| virtual void ButtonPressed(views::Button* sender,
|
| - const views::Event& event) OVERRIDE {
|
| + const ui::Event& event) OVERRIDE {
|
| ash::SystemTrayDelegate* tray = ash::Shell::GetInstance()->tray_delegate();
|
| if (sender == help_)
|
| tray->ShowHelp();
|
|
|