| Index: ash/wm/custom_frame_view_ash.cc
|
| ===================================================================
|
| --- ash/wm/custom_frame_view_ash.cc (revision 151055)
|
| +++ ash/wm/custom_frame_view_ash.cc (working copy)
|
| @@ -144,7 +144,7 @@
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // views::ButtonListener overrides:
|
| void CustomFrameViewAsh::ButtonPressed(views::Button* sender,
|
| - const views::Event& event) {
|
| + const ui::Event& event) {
|
| if (sender == maximize_button_) {
|
| // The maximize button may move out from under the cursor.
|
| ResetWindowControls();
|
|
|