Index: content/renderer/npapi/webplugin_delegate_proxy.h |
diff --git a/content/renderer/npapi/webplugin_delegate_proxy.h b/content/renderer/npapi/webplugin_delegate_proxy.h |
index 542986fa26d2ccc5db8fc1151cc14bab6ae55352..679bc6d976d2801764254f5caf5d99ad2497595b 100644 |
--- a/content/renderer/npapi/webplugin_delegate_proxy.h |
+++ b/content/renderer/npapi/webplugin_delegate_proxy.h |
@@ -68,7 +68,7 @@ class WebPluginDelegateProxy |
virtual void DidFinishLoadWithReason(const GURL& url, NPReason reason, |
int notify_id) OVERRIDE; |
virtual void SetFocus(bool focused) OVERRIDE; |
- virtual bool HandleInputEvent(const WebKit::WebInputEvent& event, |
+ virtual bool HandleInputEvent(const blink::WebInputEvent& event, |
WebCursor::CursorInfo* cursor) OVERRIDE; |
virtual int GetProcessId() OVERRIDE; |