Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc |
=================================================================== |
--- chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc (revision 151406) |
+++ chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc (working copy) |
@@ -240,7 +240,7 @@ |
} |
void AppNonClientFrameViewAura::OnMouseEntered( |
- const views::MouseEvent& event) { |
+ const ui::MouseEvent& event) { |
if (!control_view_) { |
// This can only happen when the frame-view (|this|) is in the process of |
// destroying itself, but the control-widget has already closed, and some |