Chromium Code Reviews| Index: chrome/views/widget_win.cc | 
| =================================================================== | 
| --- chrome/views/widget_win.cc (revision 10688) | 
| +++ chrome/views/widget_win.cc (working copy) | 
| @@ -566,7 +566,7 @@ | 
| ProcessMouseMoved(point, flags, false); | 
| } | 
| -LRESULT WidgetWin::OnMouseLeave(UINT uMsg, WPARAM w_param, LPARAM l_param) { | 
| +LRESULT WidgetWin::OnMouseLeave(UINT message, WPARAM w_param, LPARAM l_param) { | 
| tooltip_manager_->OnMouseLeave(); | 
| ProcessMouseExited(); | 
| return 0; |