Index: ash/shell/window_type_launcher.cc |
=================================================================== |
--- ash/shell/window_type_launcher.cc (revision 151406) |
+++ ash/shell/window_type_launcher.cc (working copy) |
@@ -265,7 +265,7 @@ |
canvas->FillRect(GetLocalBounds(), SK_ColorWHITE); |
} |
-bool WindowTypeLauncher::OnMousePressed(const views::MouseEvent& event) { |
+bool WindowTypeLauncher::OnMousePressed(const ui::MouseEvent& event) { |
// Overridden so we get OnMouseReleased and can show the context menu. |
return true; |
} |