| Index: ash/system/tray/system_tray.cc
|
| ===================================================================
|
| --- ash/system/tray/system_tray.cc (revision 151267)
|
| +++ ash/system/tray/system_tray.cc (working copy)
|
| @@ -464,8 +464,8 @@
|
| } else {
|
| int arrow_offset = TrayBubbleView::InitParams::kArrowDefaultOffset;
|
| if (event.IsMouseEvent() || event.type() == ui::ET_GESTURE_TAP) {
|
| - const views::LocatedEvent& located_event =
|
| - static_cast<const views::LocatedEvent&>(event);
|
| + const ui::LocatedEvent& located_event =
|
| + static_cast<const ui::LocatedEvent&>(event);
|
| if (shelf_alignment() == SHELF_ALIGNMENT_BOTTOM) {
|
| gfx::Point point(located_event.x(), 0);
|
| ConvertPointToWidget(this, &point);
|
|
|