| Index: chrome/browser/renderer_host/render_view_host.h | 
| =================================================================== | 
| --- chrome/browser/renderer_host/render_view_host.h	(revision 10502) | 
| +++ chrome/browser/renderer_host/render_view_host.h	(working copy) | 
| @@ -423,7 +423,7 @@ | 
|  | 
| protected: | 
| // RenderWidgetHost protected overrides. | 
| -  virtual void UnhandledInputEvent(const WebInputEvent& event); | 
| +  virtual void UnhandledKeyboardEvent(const WebKeyboardEvent& event); | 
| virtual void OnEnterOrSpace(); | 
| virtual void NotifyRendererUnresponsive(); | 
| virtual void NotifyRendererResponsive(); | 
|  |