| Index: chrome/browser/tab_contents/web_contents_view_win.h
|
| diff --git a/chrome/browser/tab_contents/web_contents_view_win.h b/chrome/browser/tab_contents/web_contents_view_win.h
|
| index afa2c3aded7b1e3ae0674b62ac2d59c0528e30cd..15fd3f5642a763f0e0b45034a5d23c5ccad613cb 100644
|
| --- a/chrome/browser/tab_contents/web_contents_view_win.h
|
| +++ b/chrome/browser/tab_contents/web_contents_view_win.h
|
| @@ -59,7 +59,7 @@ class WebContentsViewWin : public WebContentsView,
|
| virtual void StartDragging(const WebDropData& drop_data);
|
| virtual void UpdateDragCursor(bool is_drop_target);
|
| virtual void TakeFocus(bool reverse);
|
| - virtual void HandleKeyboardEvent(const WebKeyboardEvent& event);
|
| + virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event);
|
|
|
| private:
|
| // Windows events ------------------------------------------------------------
|
|
|