| Index: ash/system/audio/tray_volume.cc
|
| ===================================================================
|
| --- ash/system/audio/tray_volume.cc (revision 151055)
|
| +++ ash/system/audio/tray_volume.cc (working copy)
|
| @@ -177,7 +177,7 @@
|
|
|
| // Overridden from views::ButtonListener.
|
| virtual void ButtonPressed(views::Button* sender,
|
| - const views::Event& event) OVERRIDE {
|
| + const ui::Event& event) OVERRIDE {
|
| CHECK(sender == icon_ || sender == mute_);
|
| ash::SystemTrayDelegate* delegate =
|
| ash::Shell::GetInstance()->tray_delegate();
|
|
|